Share via


CloudServiceManagementClient Constructor (SubscriptionCloudCredentials)

 

Initializes a new instance of the CloudServiceManagementClient class.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public CloudServiceManagementClient(
    SubscriptionCloudCredentials credentials
)
public:
CloudServiceManagementClient(
    SubscriptionCloudCredentials^ credentials
)
new : 
        credentials:SubscriptionCloudCredentials -> CloudServiceManagementClient
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

CloudServiceManagementClient Overload
CloudServiceManagementClient Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top