Partager via


SqlPoolSensitivityLabelsOperationsExtensions.GetAsync Méthode

Définition

Obtient l’étiquette de confidentialité d’une colonne donnée

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel> GetAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, string tableName, string columnName, Microsoft.Azure.Management.Synapse.Models.SensitivityLabelSource sensitivityLabelSource, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations * string * string * string * string * string * string * Microsoft.Azure.Management.Synapse.Models.SensitivityLabelSource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>
<Extension()>
Public Function GetAsync (operations As ISqlPoolSensitivityLabelsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, schemaName As String, tableName As String, columnName As String, sensitivityLabelSource As SensitivityLabelSource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SensitivityLabel)

Paramètres

operations
ISqlPoolSensitivityLabelsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail

sqlPoolName
String

Nom du pool SQL

schemaName
String

Nom du schéma.

tableName
String

Nom de la table.

columnName
String

Nom de la colonne.

sensitivityLabelSource
SensitivityLabelSource

Source de l’étiquette de confidentialité. Les valeurs possibles sont les suivantes : 'current', 'recommended'

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à