Partager via


SqlPoolSensitivityLabelsOperationsExtensions.ListCurrentNextAsync Méthode

Définition

Obtient les étiquettes de confidentialité du pool 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))

Paramètres

operations
ISqlPoolSensitivityLabelsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtient les étiquettes de confidentialité du pool SQL.

S’applique à