SensitivityLabelInner 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
SensitivityLabelInner() |
Initialise une nouvelle instance de la classe SensitivityLabelInner. |
SensitivityLabelInner(String, String, String, String, String, String, String, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe SensitivityLabelInner. |
SensitivityLabelInner()
Initialise une nouvelle instance de la classe SensitivityLabelInner.
public SensitivityLabelInner ();
Public Sub New ()
S’applique à
SensitivityLabelInner(String, String, String, String, String, String, String, Nullable<Boolean>)
Initialise une nouvelle instance de la classe SensitivityLabelInner.
public SensitivityLabelInner (string id = default, string name = default, string type = default, string labelName = default, string labelId = default, string informationType = default, string informationTypeId = default, bool? isDisabled = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SensitivityLabelInner : string * string * string * string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.Sql.Fluent.Models.SensitivityLabelInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type 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)
Paramètres
- id
- String
- name
- String
- type
- String
- 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.
S’applique à
Azure SDK for .NET