Partager via


IServiceCertificateOperations.ListAsync(String, CancellationToken) 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse> ListAsync (string serviceName, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateListResponse>
Public Function ListAsync (serviceName As String, cancellationToken As CancellationToken) As Task(Of ServiceCertificateListResponse)

Paramètres

serviceName
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de l’opération Répertorier les certificats de service.

S’applique à