Partager via


HostedServiceOperationsExtensions.ListAvailableExtensions 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 Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse ListAvailableExtensions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);
static member ListAvailableExtensions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse
<Extension()>
Public Function ListAvailableExtensions (operations As IHostedServiceOperations) As 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 à