Freigeben über


ElasticPoolOperationsExtensions.ListByElasticPoolAsync Methode

Definition

Ruft eine Liste der Vorgänge ab, die für den Pool für elastische Datenbanken ausgeführt werden.

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

Parameter

operations
IElasticPoolOperations

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
cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: