CertificateCloudCredentials.SubscriptionId Property
Gets the identifier of the subscription.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common.NetFramework (in Microsoft.WindowsAzure.Common.NetFramework.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
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
CertificateCloudCredentials Class
Microsoft.WindowsAzure Namespace
Return to top