SubscriptionCloudCredentials.SubscriptionId Property

 

Gets the identifier of the subscription.

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

Syntax

public abstract string SubscriptionId { get; }
public:
property String^ SubscriptionId {
    virtual String^ get() abstract;
}
abstract SubscriptionId : string with get
Public MustOverride ReadOnly Property SubscriptionId As String

Property Value

Type: System.String

The subscription identifier.

Remarks

When you create a Microsoft Azure subscription, it is uniquely identified by a subscription ID. You can see the subscription identifier on the Settings page of the Azure Management Portal.

See Also

SubscriptionCloudCredentials Class
Microsoft.WindowsAzure Namespace

Return to top