AlertsClient Constructor (SubscriptionCloudCredentials^, 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)

public:
AlertsClient(
	SubscriptionCloudCredentials^ credentials,
	HttpClient^ httpClient
)

Parameters

credentials
Type: Microsoft.Azure::SubscriptionCloudCredentials^

Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

httpClient
Type: System.Net.Http::HttpClient^

The Http client

Return to top
Show: