Compartilhar via


HostedServiceOperationsExtensions.ListExtensions 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 Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse ListExtensions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member ListExtensions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse
<Extension()>
Public Function ListExtensions (operations As IHostedServiceOperations, serviceName As String) As 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