Share via


IMetricsClient Interface

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public interface IMetricsClient : IDisposable
public interface class IMetricsClient : IDisposable
type IMetricsClient = 
    interface
        interface IDisposable
    end
Public Interface IMetricsClient
    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 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 MetricDefinitions

System_CAPS_pubproperty MetricSettings

System_CAPS_pubproperty MetricValues

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace

Return to top