次の方法で共有


ManagementCertificateOperationsExtensions.Get メソッド

定義

管理証明書の取得操作は、指定された拇印を持つ管理証明書に関する情報を取得します。 管理証明書 (サブスクリプション証明書とも呼ばれます) によって、Azure サブスクリプションに関連付けられているリソースに接続しようとするクライアントが認証されます。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/jj154131.aspx )

public static Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse Get (this Microsoft.WindowsAzure.Management.IManagementCertificateOperations operations, string thumbprint);
static member Get : Microsoft.WindowsAzure.Management.IManagementCertificateOperations * string -> Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse
<Extension()>
Public Function Get (operations As IManagementCertificateOperations, thumbprint As String) As ManagementCertificateGetResponse

パラメーター

operations
IManagementCertificateOperations

Microsoft.WindowsAzure.Management.IManagementCertificateOperations への参照。

thumbprint
String

必須。 情報を取得する証明書の拇印値。

戻り値

管理証明書の取得操作の応答。

適用対象