Compartilhar via


ServerOperationsExtensions.ListAsync(IServerOperations) Método

Definição

Retorna todos os servidores Banco de Dados SQL provisionados para uma assinatura.

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

Parâmetros

operations
IServerOperations

Referência ao Microsoft.WindowsAzure.Management.Sql.IServerOperations.

Retornos

A estrutura de resposta para a operação Lista de Servidores. Contém uma lista de todos os servidores em uma assinatura.

Aplica-se a