Share via


Construtor AlertsClient (HttpClient)

 

Inicializa uma nova instância da classe AlertsClient.

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

Sintaxe

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

Parâmetros

Consulte também

AlertsClient Sobrecarga
Classe AlertsClient
Namespace Microsoft.WindowsAzure.Management.Monitoring.Alerts

Retornar ao topo