Compartilhar via


HostedServiceOperationsExtensions.ListExtensionsAsync Método

Definição

A operação Listar Extensões lista todas as extensões que foram adicionadas a um serviço de nuvem. (consulte http://msdn.microsoft.com/en-us/library/windowsazure/dn169561.aspx para obter mais informações)

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

Parâmetros

operations
IHostedServiceOperations

Referência ao Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

serviceName
String

Obrigatórios. O nome do serviço de nuvem.

Retornos

A resposta da operação Listar Extensões.

Aplica-se a