Freigeben über


SqlPoolWorkloadGroupOperationsExtensions.Get Methode

Definition

Arbeitsauslastungsgruppe des SQL-Pools

public static Microsoft.Azure.Management.Synapse.Models.WorkloadGroup Get (this Microsoft.Azure.Management.Synapse.ISqlPoolWorkloadGroupOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string workloadGroupName);
static member Get : Microsoft.Azure.Management.Synapse.ISqlPoolWorkloadGroupOperations * string * string * string * string -> Microsoft.Azure.Management.Synapse.Models.WorkloadGroup
<Extension()>
Public Function Get (operations As ISqlPoolWorkloadGroupOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, workloadGroupName As String) As WorkloadGroup

Parameter

operations
ISqlPoolWorkloadGroupOperations

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.

sqlPoolName
String

Name des SQL-Pools

workloadGroupName
String

Der Name der Arbeitsauslastungsgruppe.

Gibt zurück

Hinweise

Rufen Sie die Arbeitsauslastungsgruppe eines SQL-Pools ab.

Gilt für: