Compartir a través de


HostedServiceOperationsExtensions.ListAvailableExtensionsAsync (Método) (IHostedServiceOperations)

 

Asincrónicamente enumera las extensiones disponibles agregar a su servicio de nube.

Espacio de nombres:   Microsoft.WindowsAzure.Management.Compute
Ensamblado:  Microsoft.WindowsAzure.Management.Compute (en Microsoft.WindowsAzure.Management.Compute.dll)

Sintaxis

public static Task<HostedServiceListAvailableExtensionsResponse> ListAvailableExtensionsAsync(
    this IHostedServiceOperations operations
)
public:
[ExtensionAttribute]
static Task<HostedServiceListAvailableExtensionsResponse^>^ ListAvailableExtensionsAsync(
    IHostedServiceOperations^ operations
)
static member ListAvailableExtensionsAsync : 
        operations:IHostedServiceOperations -> Task<HostedServiceListAvailableExtensionsResponse>
<ExtensionAttribute>
Public Shared Function ListAvailableExtensionsAsync (
    operations As IHostedServiceOperations
) As Task(Of HostedServiceListAvailableExtensionsResponse)

Parámetros

Valor devuelto

Type: System.Threading.Tasks.Task<HostedServiceListAvailableExtensionsResponse>

La HostedServiceListAvailableExtensionsResponse objeto que contiene información sobre las extensiones disponibles.

Comentarios

En Azure, un proceso puede ejecutarse como una extensión de un servicio en la nube. Por ejemplo, el Acceso de escritorio remoto o el Agente de diagnóstico de Azure se pueden ejecutar como extensiones del servicio en la nube.

Para obtener más información acerca de la lista de extensiones disponibles, vea List Available Extensions.

Vea también

HostedServiceOperationsExtensions (Clase)
Microsoft.WindowsAzure.Management.Compute (Espacio de nombres)

Volver al principio