Partager via


CloudServiceOperationsExtensions.ListAsync(ICloudServiceOperations) 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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse> ListAsync(this Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse>
<Extension()>
Public Function ListAsync (operations As ICloudServiceOperations) As Task(Of CloudServiceListResponse)

Paramètres

operations
ICloudServiceOperations

Référence à Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.

Retours

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

S’applique à