Compartilhar via


ManagedDatabaseSensitivityLabelsOperationsExtensions.ListCurrentByDatabaseAsync 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>> ListCurrentByDatabaseAsync (this Microsoft.Azure.Management.Sql.IManagedDatabaseSensitivityLabelsOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.SensitivityLabel> odataQuery = default, string skipToken = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListCurrentByDatabaseAsync : Microsoft.Azure.Management.Sql.IManagedDatabaseSensitivityLabelsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.SensitivityLabel> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SensitivityLabel>>
<Extension()>
Public Function ListCurrentByDatabaseAsync (operations As IManagedDatabaseSensitivityLabelsOperations, resourceGroupName As String, managedInstanceName As String, databaseName As String, Optional odataQuery As ODataQuery(Of SensitivityLabel) = Nothing, Optional skipToken As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, 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.

resourceGroupName
String

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

managedInstanceName
String

O nome da instância gerenciada.

databaseName
String

O nome do banco de dados.

odataQuery
ODataQuery<SensitivityLabel>

Parâmetros OData a serem aplicados à operação.

skipToken
String
count
Nullable<Boolean>
cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a