SensitivityLabel Class
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.
A sensitivity label.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SensitivityLabel : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SensitivityLabel = class
inherit ProxyResource
Public Class SensitivityLabel
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
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. |
Properties
ColumnName |
Gets the column name. |
Id |
Gets resource ID. (Inherited from Resource) |
InformationType |
Gets or sets the information type. |
InformationTypeId |
Gets or sets the information type ID. |
IsDisabled |
Gets is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not. |
LabelId |
Gets or sets the label ID. |
LabelName |
Gets or sets the label name. |
ManagedBy |
Gets resource that manages the sensitivity label. |
Name |
Gets resource name. (Inherited from Resource) |
Rank |
Gets or sets possible values include: 'None', 'Low', 'Medium', 'High', 'Critical' |
SchemaName |
Gets the schema name. |
TableName |
Gets the table name. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET