Compartilhar via


ServersOperationsExtensions.ListAsync Método

Definição

Obtém uma lista de todos os servidores na assinatura.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Server>> ListAsync (this Microsoft.Azure.Management.Sql.IServersOperations operations, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Sql.IServersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Server>>
<Extension()>
Public Function ListAsync (operations As IServersOperations, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Server))

Parâmetros

operations
IServersOperations

O grupo de operações para esse método de extensão.

expand
String

Os recursos filho a serem incluídos na resposta.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a