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 命名空间