SubscriptionCloudCredentials Class
Represents the credentials that are associated with a specified subscription.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
System.Object
Microsoft.WindowsAzure.CloudCredentials
Microsoft.WindowsAzure.SubscriptionCloudCredentials
Microsoft.WindowsAzure.AnonymousCloudCredentials
Microsoft.WindowsAzure.CertificateCloudCredentials
Microsoft.WindowsAzure.TokenCloudCredentials
Microsoft.WindowsAzure.CloudCredentials
Microsoft.WindowsAzure.SubscriptionCloudCredentials
Microsoft.WindowsAzure.AnonymousCloudCredentials
Microsoft.WindowsAzure.CertificateCloudCredentials
Microsoft.WindowsAzure.TokenCloudCredentials
| Name | Description | |
|---|---|---|
![]() | SubscriptionCloudCredentials() | Initializes a new instance of the SubscriptionCloudCredentials class. |
| Name | Description | |
|---|---|---|
![]() | SubscriptionId | Gets the identifier of the subscription. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeServiceClient(Of T)(ServiceClient(Of T)) | Initializes an instance of ServiceClient(Of T) that is used to process the credentials.(Inherited from CloudCredentials.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken) | Applies the credentials to the HTTP request.(Inherited from CloudCredentials.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


