Freigeben über


ElasticPoolsOperationsExtensions.ListByServerAsync Methode

Definition

Gibt eine Liste der Pools für elastische Datenbanken auf einem Server zurück.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolInner>> ListByServerAsync (this Microsoft.Azure.Management.Sql.Fluent.IElasticPoolsOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerAsync : Microsoft.Azure.Management.Sql.Fluent.IElasticPoolsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolInner>>
<Extension()>
Public Function ListByServerAsync (operations As IElasticPoolsOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ElasticPoolInner))

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: