ISensitivityLabelsOperations.GetWithHttpMessagesAsync Método

Definição

Obtém o rótulo de confidencialidade de uma determinada coluna

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Sql.Models.SensitivityLabel>> GetWithHttpMessagesAsync (string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, Microsoft.Azure.Management.Sql.Models.SensitivityLabelSource sensitivityLabelSource, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * string * string * string * Microsoft.Azure.Management.Sql.Models.SensitivityLabelSource * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Sql.Models.SensitivityLabel>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, serverName As String, databaseName As String, schemaName As String, tableName As String, columnName As String, sensitivityLabelSource As SensitivityLabelSource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(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.

schemaName
String

O nome do esquema.

tableName
String

O nome da tabela.

columnName
String

O nome da coluna.

sensitivityLabelSource
SensitivityLabelSource

A origem do rótulo de confidencialidade. Os valores possíveis incluem: 'current', 'recommended'

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