IComputeManagementClient.Credentials Property

 

Gets the credentials that are required to perform operations on subscription resources.

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

Syntax

SubscriptionCloudCredentials Credentials { get; }
property SubscriptionCloudCredentials^ Credentials {
    SubscriptionCloudCredentials^ get();
}
abstract Credentials : SubscriptionCloudCredentials with get
ReadOnly Property Credentials As SubscriptionCloudCredentials

Property Value

Type: Microsoft.Azure.SubscriptionCloudCredentials

The subscription credentials.

See Also

IComputeManagementClient Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top