Partager via


HostedServiceOperationsExtensions.ListAsync(IHostedServiceOperations) 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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse> ListAsync(this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse>
<Extension()>
Public Function ListAsync (operations As IHostedServiceOperations) As Task(Of HostedServiceListResponse)

Paramètres

operations
IHostedServiceOperations

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

Retours

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

S’applique à