Compartilhar via


ServiceCertificateOperationsExtensions.ListAsync Método

Definição

A operação Listar Certificados de Serviço lista todos os certificados de serviço associados ao serviço hospedado especificado. (consulte http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx para obter mais informações)

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)

Parâmetros

operations
IServiceCertificateOperations

Referência a Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations.

serviceName
String

Obrigatórios. O nome do prefixo DNS do serviço hospedado.

Retornos

A resposta da operação Listar Certificados de Serviço.

Aplica-se a