IInsightsClient Interface

 

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

Syntax

public interface IInsightsClient : IDisposable
public interface class IInsightsClient : IDisposable
type IInsightsClient = 
    interface
        interface IDisposable
    end
Public Interface IInsightsClient
    Inherits IDisposable

Properties

Name Description
System_CAPS_pubproperty ApiVersion

Gets the API version.

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 EventOperations

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

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 MetricDefinitionOperations

Operations for metric definitions.

System_CAPS_pubproperty MetricOperations

Operations for metric values.

System_CAPS_pubproperty UsageMetricOperations

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.Azure.Insights Namespace

Return to top