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)

Usage

'Usage
Dim credentials As SubscriptionCloudCredentials

Dim instance As New ComputeManagementClient(credentials)

Syntax

'Declaration
Public Sub New ( _
    credentials As SubscriptionCloudCredentials _
)
public ComputeManagementClient (
    SubscriptionCloudCredentials credentials
)
public:
ComputeManagementClient (
    SubscriptionCloudCredentials^ credentials
)
public ComputeManagementClient (
    SubscriptionCloudCredentials credentials
)
public function ComputeManagementClient (
    credentials : SubscriptionCloudCredentials
)

Parameters

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

ComputeManagementClient Class
ComputeManagementClient Members
Microsoft.WindowsAzure.Management.Compute Namespace