ISensitivityLabelsOperations.CreateOrUpdateWithHttpMessagesAsync Método

Definição

Cria ou atualiza o rótulo de confidencialidade de uma determinada coluna

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

parameters
SensitivityLabel

O recurso de rótulo de confidencialidade de coluna.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a