IInsightsClient Interface

 

Updated: September 18, 2014

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

type IInsightsClient = 
    interface
        interface IDisposable
    end

NameDescription
System_CAPS_pubpropertyApiVersion

Gets the API version.

System_CAPS_pubpropertyBaseUri

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

System_CAPS_pubpropertyCredentials

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

System_CAPS_pubpropertyEventOperations

Microsoft Azure event logs and summaries can be retrieved using these operations

System_CAPS_pubpropertyLongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubpropertyLongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubpropertyMetricDefinitionOperations

Operations for metric definitions.

System_CAPS_pubpropertyMetricOperations

Operations for metric values.

System_CAPS_pubpropertyUsageMetricOperations

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

Return to top
Show: