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.Synapse.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, Nullable<Boolean>, Nullable<SensitivityLabelRank>, String) |
Initializes a new instance of the SensitivityLabel class. |
Properties
ColumnName |
Gets the column name. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (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 managed by |
Name |
Gets the name of the resource (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 the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET