Partager via


HostedServiceOperationsExtensions.ListExtensionsAsync Méthode

Définition

L’opération Répertorier les extensions répertorie toutes les extensions qui ont été ajoutées à un service cloud. (voir http://msdn.microsoft.com/en-us/library/windowsazure/dn169561.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse> ListExtensionsAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member ListExtensionsAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse>
<Extension()>
Public Function ListExtensionsAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of HostedServiceListExtensionsResponse)

Paramètres

operations
IHostedServiceOperations

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

serviceName
String

Obligatoire. Nom du service cloud.

Retours

Réponse de l’opération List Extensions.

S’applique à