Partager via


IHostedServiceOperations.ListExtensionsAsync Méthode

Définition

L’opération Lister 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse> ListExtensionsAsync (string serviceName, System.Threading.CancellationToken cancellationToken);
abstract member ListExtensionsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse>
Public Function ListExtensionsAsync (serviceName As String, cancellationToken As CancellationToken) As Task(Of HostedServiceListExtensionsResponse)

Paramètres

serviceName
String

Nom du service cloud.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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

S’applique à