Partager via


SensitivityLabelUpdate Constructeurs

Définition

Surcharges

SensitivityLabelUpdate()

Initialise une nouvelle instance de la classe SensitivityLabelUpdate.

SensitivityLabelUpdate(SensitivityLabelUpdateKind, String, String, String, String, String, String, SensitivityLabel)

Initialise une nouvelle instance de la classe SensitivityLabelUpdate.

SensitivityLabelUpdate()

Initialise une nouvelle instance de la classe SensitivityLabelUpdate.

public SensitivityLabelUpdate ();
Public Sub New ()

S’applique à

SensitivityLabelUpdate(SensitivityLabelUpdateKind, String, String, String, String, String, String, SensitivityLabel)

Initialise une nouvelle instance de la classe SensitivityLabelUpdate.

public SensitivityLabelUpdate (Microsoft.Azure.Management.Synapse.Models.SensitivityLabelUpdateKind op, string schema, string table, string column, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Synapse.Models.SensitivityLabel sensitivityLabel = default);
new Microsoft.Azure.Management.Synapse.Models.SensitivityLabelUpdate : Microsoft.Azure.Management.Synapse.Models.SensitivityLabelUpdateKind * string * string * string * string * string * string * Microsoft.Azure.Management.Synapse.Models.SensitivityLabel -> Microsoft.Azure.Management.Synapse.Models.SensitivityLabelUpdate
Public Sub New (op As SensitivityLabelUpdateKind, schema As String, table As String, column As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional sensitivityLabel As SensitivityLabel = Nothing)

Paramètres

op
SensitivityLabelUpdateKind

Les valeurs possibles sont les suivantes : 'set', 'remove'

schema
String

Nom de schéma de la colonne à mettre à jour.

table
String

Nom de la table de la colonne à mettre à jour.

column
String

Nom de colonne à mettre à jour.

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »

sensitivityLabel
SensitivityLabel

Informations d’étiquette de confidentialité à appliquer à une colonne.

S’applique à