Freigeben über


WorkloadClassifiersOperationsExtensions.Get Methode

Definition

Ruft einen Workloadklassifizierer ab.

public static Microsoft.Azure.Management.Sql.Models.WorkloadClassifier Get (this Microsoft.Azure.Management.Sql.IWorkloadClassifiersOperations operations, string resourceGroupName, string serverName, string databaseName, string workloadGroupName, string workloadClassifierName);
static member Get : Microsoft.Azure.Management.Sql.IWorkloadClassifiersOperations * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.WorkloadClassifier
<Extension()>
Public Function Get (operations As IWorkloadClassifiersOperations, resourceGroupName As String, serverName As String, databaseName As String, workloadGroupName As String, workloadClassifierName As String) As WorkloadClassifier

Parameter

operations
IWorkloadClassifiersOperations

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

databaseName
String

Der Name der Datenbank.

workloadGroupName
String

Der Name der Arbeitsauslastungsgruppe, von der der Klassifizierer empfangen werden soll.

workloadClassifierName
String

Der Name des Workloadklassifizierers.

Gibt zurück

Gilt für: