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
System_CAPS_pubproperty AlertOperations

Operations for managing alert rules and incidents.

System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty AutoscaleOperations

Operations for managing autoscale.

System_CAPS_pubproperty BaseUri

Gets the URI used as the base for all cloud service requests.

System_CAPS_pubproperty Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty MonitoringConfigurationOperations

Operations for managing the collection of diagonstics and monitoring data.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.Azure.Management.Insights Namespace

Return to top