Partager via


IHostedServiceOperations.ListAsync(CancellationToken) Méthode

Définition

L’opération Répertorier les services hébergés répertorie les services cloud disponibles dans l’abonnement actuel. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460781.aspx pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of HostedServiceListResponse)

Paramètres

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de l’opération List Hosted Service.

S’applique à