ISensitivityLabelsOperations.ListCurrentByDatabaseWithHttpMessagesAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SensitivityLabel>>> ListCurrentByDatabaseWithHttpMessagesAsync (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.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListCurrentByDatabaseWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.SensitivityLabel> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SensitivityLabel>>>
Public Function ListCurrentByDatabaseWithHttpMessagesAsync (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 customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of SensitivityLabel)))
Parâmetros
- 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
- customHeaders
- Dictionary<String,List<String>>
Os cabeçalhos que serão adicionados à solicitação.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Exceções
Gerada quando a operação retornou um código de status inválido
Gerada quando não é possível desserializar a resposta
Gerado quando um parâmetro necessário é nulo
Aplica-se a
Azure SDK for .NET