Partilhar via


SqlPoolSensitivityLabelsOperationsExtensions.ListCurrentNextAsync Método

Definição

Obtém rótulos de confidencialidade do pool de SQL

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>> ListCurrentNextAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListCurrentNextAsync : Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>>
<Extension()>
Public Function ListCurrentNextAsync (operations As ISqlPoolSensitivityLabelsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SensitivityLabel))

Parâmetros

operations
ISqlPoolSensitivityLabelsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtém rótulos de confidencialidade do pool de SQL.

Aplica-se a