Compartilhar via


ElasticPoolsOperationsExtensions.ListByServerAsync Método

Definição

Obtém todos os pools elásticos em um servidor.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPool>> ListByServerAsync (this Microsoft.Azure.Management.Sql.IElasticPoolsOperations operations, string resourceGroupName, string serverName, long? skip = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerAsync : Microsoft.Azure.Management.Sql.IElasticPoolsOperations * string * string * Nullable<int64> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPool>>
<Extension()>
Public Function ListByServerAsync (operations As IElasticPoolsOperations, resourceGroupName As String, serverName As String, Optional skip As Nullable(Of Long) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ElasticPool))

Parâmetros

operations
IElasticPoolsOperations

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

resourceGroupName
String

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

serverName
String

O nome do servidor.

skip
Nullable<Int64>

O número de elementos na coleção a serem ignoradas.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a