Udostępnij za pośrednictwem


DataMaskingRulesOperationsExtensions.ListBySqlPoolAsync Method

Definition

Gets a list of Sql pool data masking rules.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Synapse.Models.DataMaskingRule>> ListBySqlPoolAsync (this Microsoft.Azure.Management.Synapse.IDataMaskingRulesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, System.Threading.CancellationToken cancellationToken = default);
static member ListBySqlPoolAsync : Microsoft.Azure.Management.Synapse.IDataMaskingRulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Synapse.Models.DataMaskingRule>>
<Extension()>
Public Function ListBySqlPoolAsync (operations As IDataMaskingRulesOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of DataMaskingRule))

Parameters

operations
IDataMaskingRulesOperations

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

Applies to