Aracılığıyla paylaş


SqlPoolWorkloadGroupOperationsExtensions.ListAsync Method

Definition

Sql pool's workload groups

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.WorkloadGroup>> ListAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolWorkloadGroupOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.ISqlPoolWorkloadGroupOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.WorkloadGroup>>
<Extension()>
Public Function ListAsync (operations As ISqlPoolWorkloadGroupOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadGroup))

Parameters

operations
ISqlPoolWorkloadGroupOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace

sqlPoolName
String

SQL pool name

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Get list of Sql pool's workload groups.

Applies to