次の方法で共有


CertificateCloudCredentials.SubscriptionId プロパティ

Gets the identifier of the subscription.

名前空間: Microsoft.WindowsAzure
アセンブリ: Microsoft.WindowsAzure.Common.NetFramework (Microsoft.WindowsAzure.Common.NetFramework.dll)

使用方法

'使用
Dim instance As CertificateCloudCredentials
Dim value As String

value = instance.SubscriptionId

構文

'宣言
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

プロパティ値

The subscription identifier.

解説

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.

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

CertificateCloudCredentials クラス
CertificateCloudCredentials のメンバー
Microsoft.WindowsAzure 名前空間