Compartilhar via


HostedServiceOperationsExtensions.ListAsync(IHostedServiceOperations) Método

Definição

A operação Listar Serviços Hospedados lista os serviços de nuvem disponíveis na assinatura atual. (consulte http://msdn.microsoft.com/en-us/library/windowsazure/ee460781.aspx para obter mais informações)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse>
<Extension()>
Public Function ListAsync (operations As IHostedServiceOperations) As Task(Of HostedServiceListResponse)

Parâmetros

operations
IHostedServiceOperations

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

Retornos

A resposta da operação Listar Serviço Hospedado.

Aplica-se a