SubscriptionCloudCredentials Class

 

Represents the credentials that are associated with a specified subscription.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)


[<AbstractClass>]
type SubscriptionCloudCredentials = 
    class
        inherit CloudCredentials
    end

NameDescription
System_CAPS_protmethodSubscriptionCloudCredentials()

Initializes a new instance of the SubscriptionCloudCredentials class.

NameDescription
System_CAPS_pubpropertySubscriptionId

Gets the identifier of the subscription.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeServiceClient<'T>(ServiceClient<'T>)

Initializes an instance of ServiceClient<'T> that is used to process the credentials.(Inherited from CloudCredentials.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

Applies the credentials to the HTTP request.(Inherited from CloudCredentials.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: