Share via


SensitivityLabel Constructors

Definition

Overloads

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.

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, Nullable<Boolean>, Nullable<SensitivityLabelRank>, String)

Initializes a new instance of the SensitivityLabel class.

public SensitivityLabel (string id = default, string name = default, string type = 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.Synapse.Models.SensitivityLabelRank? rank = default, string managedBy = default);
new Microsoft.Azure.Management.Synapse.Models.SensitivityLabel : string * string * string * string * string * string * string * string * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.Synapse.Models.SensitivityLabelRank> * string -> Microsoft.Azure.Management.Synapse.Models.SensitivityLabel
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type 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, Optional managedBy As String = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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.

isDisabled
Nullable<Boolean>

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'

managedBy
String

managed by

Applies to