Freigeben über


ElasticPoolOperationsExtensions.ListByElasticPool Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPoolOperation> ListByElasticPool (this Microsoft.Azure.Management.Sql.IElasticPoolOperations operations, string resourceGroupName, string serverName, string elasticPoolName);
static member ListByElasticPool : Microsoft.Azure.Management.Sql.IElasticPoolOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPoolOperation>
<Extension()>
Public Function ListByElasticPool (operations As IElasticPoolOperations, resourceGroupName As String, serverName As String, elasticPoolName As String) As IPage(Of ElasticPoolOperation)

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

Gibt zurück

Gilt für: