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)

Syntax

public SubscriptionCloudCredentials Credentials { get; }
public:
property SubscriptionCloudCredentials^ Credentials {
    virtual SubscriptionCloudCredentials^ get() sealed;
}
abstract Credentials : SubscriptionCloudCredentials with get
override Credentials : SubscriptionCloudCredentials with get
Public ReadOnly Property Credentials As SubscriptionCloudCredentials

Property Value

Type: Microsoft.Azure.SubscriptionCloudCredentials

The SubscriptionCloudCredentials object.

Implements

IComputeManagementClient.Credentials

See Also

ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top