Share via


ComputeManagementClient Constructor (SubscriptionCloudCredentials, Uri)

 

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,
    Uri baseUri
)
public:
ComputeManagementClient(
    SubscriptionCloudCredentials^ credentials,
    Uri^ baseUri
)
new : 
        credentials:SubscriptionCloudCredentials *
        baseUri:Uri -> ComputeManagementClient
Public Sub New (
    credentials As SubscriptionCloudCredentials,
    baseUri As Uri
)

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.

  • baseUri
    Type: System.Uri

    Optional. Gets the URI used as the base for all cloud service requests.

See Also

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

Return to top