Freigeben über


SqlPoolsOperationsExtensions.ListByWorkspace Methode

Definition

Auflisten von SQL-Pools

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPool> ListByWorkspace (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPool>
<Extension()>
Public Function ListByWorkspace (operations As ISqlPoolsOperations, resourceGroupName As String, workspaceName As String) As IPage(Of SqlPool)

Parameter

operations
ISqlPoolsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

workspaceName
String

Den Namen des Arbeitsbereichs.

Gibt zurück

Hinweise

Auflisten aller SQL-Pools

Gilt für: