Compartilhar via


ManagedDatabaseSensitivityLabelsOperationsExtensions.ListCurrentByDatabaseNextAsync Método

Definição

Obtém os rótulos de confidencialidade de um determinado banco de dados

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

Parâmetros

operations
IManagedDatabaseSensitivityLabelsOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a