SensitivityLabelInner 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
SensitivityLabelInner() |
Initializes a new instance of the SensitivityLabelInner class. |
SensitivityLabelInner(String, String, String, String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the SensitivityLabelInner class. |
SensitivityLabelInner()
Initializes a new instance of the SensitivityLabelInner class.
public SensitivityLabelInner ();
Public Sub New ()
Applies to
SensitivityLabelInner(String, String, String, String, String, String, String, Nullable<Boolean>)
Initializes a new instance of the SensitivityLabelInner class.
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)
Parameters
- id
- String
- name
- String
- type
- String
- 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.
Applies to
Azure SDK for .NET