Partager via


HostedServiceOperationsExtensions.ListAvailableExtensionsAsync Méthode

Définition

L’opération Lister les extensions disponibles répertorie les extensions disponibles à ajouter à votre service cloud. Dans Windows Azure, un processus peut fonctionner comme une extension d'un service cloud. Par exemple, l'accès au Bureau à distance ou l'agent Diagnostics Azure peut fonctionner comme une extension du service cloud. (voir http://msdn.microsoft.com/en-us/library/windowsazure/dn169559.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse> ListAvailableExtensionsAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);
static member ListAvailableExtensionsAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse>
<Extension()>
Public Function ListAvailableExtensionsAsync (operations As IHostedServiceOperations) As Task(Of HostedServiceListAvailableExtensionsResponse)

Paramètres

operations
IHostedServiceOperations

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

Retours

Réponse de l’opération Répertorier les extensions disponibles.

S’applique à