Partager via


ICloudServiceOperations.ListAsync(CancellationToken) Méthode

Définition

Récupérer une liste de services cloud (voir http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx pour plus d’informations)

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

Paramètres

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération de service cloud de liste.

S’applique à