ComputeManagementClient::Credentials Property

 

Gets the SubscriptionCloudCredentials object that contains 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)

public:
property SubscriptionCloudCredentials^ Credentials {
	virtual SubscriptionCloudCredentials^ get() sealed;
}

Property Value

Type: Microsoft.Azure::SubscriptionCloudCredentials^

The SubscriptionCloudCredentials object.

Return to top
Show: