HostedServiceOperationsExtensions.ListAsync(IHostedServiceOperations) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET