SensitivityLabel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SensitivityLabel() |
Initializes a new instance of the SensitivityLabel class. |
SensitivityLabel(String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<SensitivityLabelRank>) |
Initializes a new instance of the SensitivityLabel class. |
SensitivityLabel()
Initializes a new instance of the SensitivityLabel class.
public SensitivityLabel ();
Public Sub New ()
Applies to
SensitivityLabel(String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<SensitivityLabelRank>)
Initializes a new instance of the SensitivityLabel class.
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)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- managedBy
- String
Resource that manages the sensitivity label.
- schemaName
- String
The schema name.
- tableName
- String
The table name.
- columnName
- String
The column name.
- labelName
- String
The label name.
- labelId
- String
The label ID.
- informationType
- String
The information type.
- informationTypeId
- String
The information type ID.
Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
- rank
- Nullable<SensitivityLabelRank>
Possible values include: 'None', 'Low', 'Medium', 'High', 'Critical'