Share via


AlertsClient Constructor (HttpClient)

 

Initializes a new instance of the AlertsClient class.

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

Syntax

public AlertsClient(
    HttpClient httpClient
)
public:
AlertsClient(
    HttpClient^ httpClient
)
new : 
        httpClient:HttpClient -> AlertsClient
Public Sub New (
    httpClient As HttpClient
)

Parameters

See Also

AlertsClient Overload
AlertsClient Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top