Partager via


HostedServiceOperationsExtensions.ListPublisherExtensions Méthode

Définition

L’opération Répertorier les extensions disponibles répertorie les extensions qui peuvent être ajoutées à 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 ListPublisherExtensions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);
static member ListPublisherExtensions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse
<Extension()>
Public Function ListPublisherExtensions (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 à