SubscriptionCloudCredentials.SubscriptionId Property

Gets the identifier of the subscription.

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

Usage

'Usage
Dim instance As SubscriptionCloudCredentials
Dim value As String

value = instance.SubscriptionId

Syntax

'Declaration
Public MustOverride ReadOnly Property SubscriptionId As String
public abstract string SubscriptionId { get; }
public:
virtual property String^ SubscriptionId {
    String^ get () abstract;
}
/** @property */
public abstract String get_SubscriptionId ()
public abstract function get SubscriptionId () : String

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

SubscriptionCloudCredentials Class
SubscriptionCloudCredentials Members
Microsoft.WindowsAzure Namespace