SensitivityLabelsOperationsExtensions.ListCurrentByDatabaseAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, 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.ISensitivityLabelsOperations * 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 ISensitivityLabelsOperations, resourceGroupName As String, serverName 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
- ISensitivityLabelsOperations
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.
- serverName
- String
O nome do servidor.
- databaseName
- String
O nome do banco de dados.
- odataQuery
- ODataQuery<SensitivityLabel>
Parâmetros OData a serem aplicados à operação.
- skipToken
- String
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET