AlertsClient Class

 

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

Inheritance Hierarchy

System.Object
  Hyak.Common.ServiceClient<T>
    Microsoft.WindowsAzure.Management.Monitoring.Alerts.AlertsClient

Syntax

public class AlertsClient : ServiceClient<AlertsClient>, IAlertsClient, 
    IDisposable
public ref class AlertsClient : ServiceClient<AlertsClient^>, 
    IAlertsClient, IDisposable
type AlertsClient = 
    class
        inherit ServiceClient<AlertsClient>
        interface IAlertsClient
        interface IDisposable
    end
Public Class AlertsClient
    Inherits ServiceClient(Of AlertsClient)
    Implements IAlertsClient, IDisposable

Constructors

Name Description
System_CAPS_pubmethod AlertsClient()

Initializes a new instance of the AlertsClient class.

System_CAPS_pubmethod AlertsClient(HttpClient)

Initializes a new instance of the AlertsClient class.

System_CAPS_pubmethod AlertsClient(SubscriptionCloudCredentials)

Initializes a new instance of the AlertsClient class.

System_CAPS_pubmethod AlertsClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the AlertsClient class.

System_CAPS_pubmethod AlertsClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the AlertsClient class.

System_CAPS_pubmethod AlertsClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the AlertsClient class.

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 HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty Incidents

Operations for managing the alert incidents.

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 Rules

Operations for managing the alert rules.

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

Methods

Name Description
System_CAPS_pubmethod AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Clone(ServiceClient<AlertsClient>)

Clones properties from current instance to another AlertsClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).)

System_CAPS_pubmethod Dispose()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHttpPipeline()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpMessageHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WithHandler(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod WithHandler(ServiceClient<T>, DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod 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.Alerts Namespace

Return to top