IInsightsManagementClient Interface
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public interface IInsightsManagementClient : IDisposable
public interface class IInsightsManagementClient : IDisposable
type IInsightsManagementClient =
interface
interface IDisposable
end
Public Interface IInsightsManagementClient
Inherits IDisposable
Properties
Name | Description | |
---|---|---|
AlertOperations | Operations for managing alert rules and incidents. |
|
ApiVersion | Gets the API version. |
|
AutoscaleOperations | Operations for managing autoscale. |
|
BaseUri | Gets the URI used as the base for all cloud service requests. |
|
Credentials | Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
|
LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
|
MonitoringConfigurationOperations | Operations for managing the collection of diagonstics and monitoring data. |
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from IDisposable.) |
See Also
Microsoft.Azure.Management.Insights Namespace
Return to top