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
httpClient
Type: System.Net.Http.HttpClientThe Http client
See Also
AlertsClient Overload
AlertsClient Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace
Return to top