Freigeben über


ElasticPoolsOperationsExtensions.ListByServer Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPool> ListByServer (this Microsoft.Azure.Management.Sql.IElasticPoolsOperations operations, string resourceGroupName, string serverName, long? skip = default);
static member ListByServer : Microsoft.Azure.Management.Sql.IElasticPoolsOperations * string * string * Nullable<int64> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPool>
<Extension()>
Public Function ListByServer (operations As IElasticPoolsOperations, resourceGroupName As String, serverName As String, Optional skip As Nullable(Of Long) = Nothing) As 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.

Gibt zurück

Gilt für: