Partager via


HostedServiceOperationsExtensions.ListExtensionVersionsAsync Méthode

Définition

L’opération List Extension Versions répertorie les versions d’une extension qui peuvent être ajoutées à un service cloud. Dans 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/dn495437.aspx pour plus d’informations)

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

Paramètres

operations
IHostedServiceOperations

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

providerNamespace
String

Obligatoire. Espace de noms du fournisseur.

extensionType
String

Obligatoire. Nom du type d’extension.

Retours

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

S’applique à