Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
Azure
Commands
Insights
InsightsClientCmdletBase
C# Class Microsoft.Azure.Commands.Insights.InsightsClientCmdletBase
Base class for the Azure Insights SDK Cmdlets based on the InsightsClient
Inheritance:
InsightsCmdletBase
,
IDisposable
Show file
Open project: Azure/azure-powershell
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
Dispose the resources
Method Details
Dispose()
protected
method
Dispose the resources
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
Indicates whether the managed resources should be disposed or not
return
void