ComputeManagementClient Constructor (SubscriptionCloudCredentials)
Initializes a new instance of the ComputeManagementClient class.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public ComputeManagementClient(
SubscriptionCloudCredentials credentials
)
public:
ComputeManagementClient(
SubscriptionCloudCredentials^ credentials
)
new :
credentials:SubscriptionCloudCredentials -> ComputeManagementClient
Public Sub New (
credentials As SubscriptionCloudCredentials
)
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.
See Also
ComputeManagementClient Overload
ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top