次の方法で共有


ManagementCertificateOperationsExtensions.ListAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse> ListAsync (this Microsoft.WindowsAzure.Management.IManagementCertificateOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.IManagementCertificateOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse>
<Extension()>
Public Function ListAsync (operations As IManagementCertificateOperations) As Task(Of ManagementCertificateListResponse)

パラメーター

operations
IManagementCertificateOperations

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

戻り値

List Management Certificates 操作の応答。

適用対象