Partager via


SqlPoolSensitivityLabelsOperationsExtensions.ListRecommendedNextAsync Méthode

Définition

Obtient les étiquettes de confidentialité d’un pool SQL donné

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>> ListRecommendedNextAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListRecommendedNextAsync : 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 ListRecommendedNextAsync (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é d’un pool SQL donné.

S’applique à