MetricsClient Class
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.ServiceClient<T>
Microsoft.WindowsAzure.Management.Monitoring.Metrics.MetricsClient
Syntax
public class MetricsClient : ServiceClient<MetricsClient>, IMetricsClient,
IDisposable
public ref class MetricsClient : ServiceClient<MetricsClient^>,
IMetricsClient, IDisposable
type MetricsClient =
class
inherit ServiceClient<MetricsClient>
interface IMetricsClient
interface IDisposable
end
Public Class MetricsClient
Inherits ServiceClient(Of MetricsClient)
Implements IMetricsClient, IDisposable
Constructors
Name | Description | |
---|---|---|
MetricsClient() | Initializes a new instance of the MetricsClient class. |
|
MetricsClient(HttpClient) | Initializes a new instance of the MetricsClient class. |
|
MetricsClient(SubscriptionCloudCredentials) | Initializes a new instance of the MetricsClient class. |
|
MetricsClient(SubscriptionCloudCredentials, HttpClient) | Initializes a new instance of the MetricsClient class. |
|
MetricsClient(SubscriptionCloudCredentials, Uri) | Initializes a new instance of the MetricsClient class. |
|
MetricsClient(SubscriptionCloudCredentials, Uri, HttpClient) | Initializes a new instance of the MetricsClient class. |
Properties
Name | Description | |
---|---|---|
ApiVersion | Gets the API version. |
|
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. |
|
HttpClient | (Inherited from ServiceClient<T>.) |
|
HttpMessageHandler | (Inherited from ServiceClient<T>.) |
|
LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
|
LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
|
MetricDefinitions | ||
MetricSettings | ||
MetricValues | ||
UserAgent | (Inherited from ServiceClient<T>.) |
Methods
Name | Description | |
---|---|---|
AddHandlerToPipeline(DelegatingHandler) | (Inherited from ServiceClient<T>.) |
|
Clone(ServiceClient<MetricsClient>) | Clones properties from current instance to another MetricsClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).) |
|
Dispose() | (Inherited from ServiceClient<T>.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetHttpPipeline() | (Inherited from ServiceClient<T>.) |
|
GetType() | (Inherited from Object.) |
|
InitializeHttpClient(HttpMessageHandler) | (Inherited from ServiceClient<T>.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetRetryPolicy(RetryPolicy) | (Inherited from ServiceClient<T>.) |
|
ToString() | (Inherited from Object.) |
|
WithHandler(DelegatingHandler) | (Inherited from ServiceClient<T>.) |
|
WithHandler(ServiceClient<T>, DelegatingHandler) | (Inherited from ServiceClient<T>.) |
|
WithHandlers(IEnumerable<DelegatingHandler>) | (Inherited from ServiceClient<T>.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace
Return to top