Partager via


ServiceCertificateOperationsExtensions.ListAsync Méthode

Définition

L’opération Répertorier les certificats de service répertorie tous les certificats de service associés au service hébergé spécifié. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx pour plus d’informations)

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)

Paramètres

operations
IServiceCertificateOperations

Référence à Microsoft.WindowsAzure.Management.Compute.IServiceCertificateOperations.

serviceName
String

Obligatoire. Nom du préfixe DNS de votre service hébergé.

Retours

Réponse de l’opération De liste des certificats de service.

S’applique à