TokenCloudCredentials.SubscriptionId Property
Gets subscription ID which uniquely identifies Microsoft Azure subscription. The subscription ID forms part of the URI for every call that you make to the Service Management API.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Usage
'Usage
Dim instance As TokenCloudCredentials
Dim value As String
value = instance.SubscriptionId
Syntax
'Declaration
Public Overrides ReadOnly Property SubscriptionId As String
public override string SubscriptionId { get; }
public:
virtual property String^ SubscriptionId {
String^ get () override;
}
/** @property */
public String get_SubscriptionId ()
public override function get SubscriptionId () : String
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
TokenCloudCredentials Class
TokenCloudCredentials Members
Microsoft.WindowsAzure Namespace