次の方法で共有


ServiceCertificateOperationsExtensions.ListAsync メソッド

定義

[サービス証明書の一覧表示] 操作には、指定したホステッド サービスに関連付けられているすべてのサービス証明書が一覧表示されます。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx )

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse> ListAsync(this Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations operations, string serviceName);
static member ListAsync : Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse>
<Extension()>
Public Function ListAsync (operations As IServiceCertificateOperations, serviceName As String) As Task(Of ServiceCertificateListResponse)

パラメーター

operations
IServiceCertificateOperations

Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations への参照。

serviceName
String

必須。 ホストされているサービスの DNS プレフィックス名。

戻り値

サービス証明書の一覧表示操作の応答。

適用対象