Freigeben über


ElasticPoolsOperationsExtensions.ListByServerAsync Methode

Definition

Ruft alle Pools für elastische Datenbanken auf einem Server ab.

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))

Parameter

operations
IElasticPoolsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

skip
Nullable<Int64>

Die Anzahl der zu überspringenden Elemente in der Auflistung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: