Partager via


SensitivityLabelsOperationsExtensions.ListCurrentByDatabaseNextAsync Méthode

Définition

Obtient les étiquettes de confidentialité d’une base de données donnée

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

Paramètres

operations
ISensitivityLabelsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à