Partager via


HostedServiceOperationsExtensions.ListExtensions 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 Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse ListExtensions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member ListExtensions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse
<Extension()>
Public Function ListExtensions (operations As IHostedServiceOperations, serviceName As String) As 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 à