SensitivityLabel 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
SensitivityLabel() |
Initialise une nouvelle instance de la classe SensitivityLabel. |
SensitivityLabel(String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<SensitivityLabelRank>) |
Initialise une nouvelle instance de la classe SensitivityLabel. |
SensitivityLabel()
Initialise une nouvelle instance de la classe SensitivityLabel.
public SensitivityLabel ();
Public Sub New ()
S’applique à
SensitivityLabel(String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<SensitivityLabelRank>)
Initialise une nouvelle instance de la classe SensitivityLabel.
public SensitivityLabel (string id = default, string name = default, string type = default, string managedBy = default, string schemaName = default, string tableName = default, string columnName = default, string labelName = default, string labelId = default, string informationType = default, string informationTypeId = default, bool? isDisabled = default, Microsoft.Azure.Management.Sql.Models.SensitivityLabelRank? rank = default);
new Microsoft.Azure.Management.Sql.Models.SensitivityLabel : string * string * string * string * string * string * string * string * string * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.Sql.Models.SensitivityLabelRank> -> Microsoft.Azure.Management.Sql.Models.SensitivityLabel
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional managedBy As String = Nothing, Optional schemaName As String = Nothing, Optional tableName As String = Nothing, Optional columnName As String = Nothing, Optional labelName As String = Nothing, Optional labelId As String = Nothing, Optional informationType As String = Nothing, Optional informationTypeId As String = Nothing, Optional isDisabled As Nullable(Of Boolean) = Nothing, Optional rank As Nullable(Of SensitivityLabelRank) = Nothing)
Paramètres
- id
- String
ID de la ressource
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- managedBy
- String
Ressource qui gère l’étiquette de confidentialité.
- schemaName
- String
Nom de schéma.
- tableName
- String
Nom de la table.
- columnName
- String
Nom de la colonne.
- labelName
- String
Nom de l'étiquette.
- labelId
- String
ID de l’étiquette.
- informationType
- String
Type d’informations.
- informationTypeId
- String
ID du type d’informations.
La recommandation de sensibilité est-elle désactivée. Applicable uniquement pour l’étiquette de confidentialité recommandée. Spécifie si la recommandation de confidentialité sur cette colonne est désactivée (ignorée) ou non.
- rank
- Nullable<SensitivityLabelRank>
Les valeurs possibles sont les suivantes : « None », « Low », « Medium », « High », « Critical »
S’applique à
Azure SDK for .NET