Freigeben über


ElasticPoolActivitiesOperationsExtensions.ListByElasticPoolAsync Methode

Definition

Gibt Aktivitäten des Pools für elastische Datenbanken zurück

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

Parameter

operations
IElasticPoolActivitiesOperations

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, für den die aktuelle Aktivität abgerufen werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: