Share via


WorkloadClassifiersOperationsExtensions.ListByWorkloadGroup Method

Definition

Gets the list of workload classifiers for a workload group

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

Parameters

operations
IWorkloadClassifiersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName
String

The name of the server.

databaseName
String

The name of the database.

workloadGroupName
String

The name of the workload group from which to receive the classifiers from.

Returns

Applies to