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)
Syntax
public override string SubscriptionId { get; }
public:
property String^ SubscriptionId {
virtual String^ get() override;
}
override SubscriptionId : string with get
Public Overrides ReadOnly Property SubscriptionId As String
Property Value
Type: System.String
See Also
TokenCloudCredentials Class
Microsoft.WindowsAzure Namespace
Return to top