AlertsClient Constructor (SubscriptionCloudCredentials, Uri, 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(
SubscriptionCloudCredentials credentials,
Uri baseUri,
HttpClient httpClient
)
public:
AlertsClient(
SubscriptionCloudCredentials^ credentials,
Uri^ baseUri,
HttpClient^ httpClient
)
new :
credentials:SubscriptionCloudCredentials *
baseUri:Uri *
httpClient:HttpClient -> AlertsClient
Public Sub New (
credentials As SubscriptionCloudCredentials,
baseUri As Uri,
httpClient As HttpClient
)
Parameters
credentials
Type: Microsoft.Azure.SubscriptionCloudCredentialsRequired. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
baseUri
Type: System.UriOptional. Gets the URI used as the base for all cloud service requests.
httpClient
Type: System.Net.Http.HttpClientThe Http client
See Also
AlertsClient Overload
AlertsClient Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace
Return to top