次の方法で共有


ServiceCertificateOperationsExtensions.List メソッド

定義

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

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

パラメーター

operations
IServiceCertificateOperations

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

serviceName
String

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

戻り値

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

適用対象