SensitivityLabelUpdate Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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 à
Azure SDK for .NET