AnonymousCloudCredentials.SubscriptionId Propriedade
Obtém uma ID de assinatura vazia.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe AnonymousCloudCredentials
Namespace Microsoft.WindowsAzure
Retornar ao topo