ISqlPoolSensitivityLabelsOperations.CreateOrUpdateWithHttpMessagesAsync Método

Definição

Cria ou atualiza o rótulo de confidencialidade de uma determinada coluna em um pool de Sql

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, string tableName, string columnName, Microsoft.Azure.Management.Synapse.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.Synapse.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.Synapse.Models.SensitivityLabel>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, workspaceName As String, sqlPoolName 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. O nome diferencia maiúsculas de minúsculas.

workspaceName
String

O nome do workspace.

sqlPoolName
String

Nome do pool de SQL

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

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