Freigeben über


DatabasesOperationsExtensions.ListByElasticPoolAsync Methode

Definition

Ruft eine Liste der Datenbanken in einem Pool für elastische Datenbanken ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>> ListByElasticPoolAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string elasticPoolName, System.Threading.CancellationToken cancellationToken = default);
static member ListByElasticPoolAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>>
<Extension()>
Public Function ListByElasticPoolAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, elasticPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Database))

Parameter

operations
IDatabasesOperations

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

elasticPoolName
String

Der Name des Pools für elastische Datenbanken.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: