Share via


AlertsClient Constructor (SubscriptionCloudCredentials)

 

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
)
public:
AlertsClient(
    SubscriptionCloudCredentials^ credentials
)
new : 
        credentials:SubscriptionCloudCredentials -> AlertsClient
Public Sub New (
    credentials As SubscriptionCloudCredentials
)

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.

See Also

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

Return to top