次の方法で共有


CertificateCloudCredentials コンストラクター

Initializes a new instance of the CertificateCloudCredentials class.

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

使用方法

'使用
Dim subscriptionId As String
Dim managementCertificate As X509Certificate2

Dim instance As New CertificateCloudCredentials(subscriptionId, managementCertificate)

構文

'宣言
Public Sub New ( _
    subscriptionId As String, _
    managementCertificate As X509Certificate2 _
)
public CertificateCloudCredentials (
    string subscriptionId,
    X509Certificate2 managementCertificate
)
public:
CertificateCloudCredentials (
    String^ subscriptionId, 
    X509Certificate2^ managementCertificate
)
public CertificateCloudCredentials (
    String subscriptionId, 
    X509Certificate2 managementCertificate
)
public function CertificateCloudCredentials (
    subscriptionId : String, 
    managementCertificate : X509Certificate2
)

パラメーター

  • subscriptionId
    The identifier of the subscription.
  • managementCertificate
    The management certificate that is associated with the subscription.

解説

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

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

関連項目

リファレンス

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