Partager via


ManagedDatabaseSensitivityLabelsOperationsExtensions.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.Fluent.Models.SensitivityLabelInner>> ListCurrentByDatabaseNextAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedDatabaseSensitivityLabelsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListCurrentByDatabaseNextAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedDatabaseSensitivityLabelsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.SensitivityLabelInner>>
<Extension()>
Public Function ListCurrentByDatabaseNextAsync (operations As IManagedDatabaseSensitivityLabelsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SensitivityLabelInner))

Paramètres

operations
IManagedDatabaseSensitivityLabelsOperations

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 à