C# 클래스 Microsoft.Azure.Commands.Insights.InsightsClientCmdletBase

Base class for the Azure Insights SDK Cmdlets based on the InsightsClient
상속: InsightsCmdletBase, IDisposable
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose the resources

메소드 상세

Dispose() 보호된 메소드

Dispose the resources
protected Dispose ( bool disposing ) : void
disposing bool Indicates whether the managed resources should be disposed or not
리턴 void