Share via


SensitivityLabelUpdate Constructors

Definition

Overloads

SensitivityLabelUpdate()

Initializes a new instance of the SensitivityLabelUpdate class.

SensitivityLabelUpdate(SensitivityLabelUpdateKind, String, String, String, String, String, String, SensitivityLabel)

Initializes a new instance of the SensitivityLabelUpdate class.

SensitivityLabelUpdate()

Initializes a new instance of the SensitivityLabelUpdate class.

public SensitivityLabelUpdate ();
Public Sub New ()

Applies to

SensitivityLabelUpdate(SensitivityLabelUpdateKind, String, String, String, String, String, String, SensitivityLabel)

Initializes a new instance of the SensitivityLabelUpdate class.

public SensitivityLabelUpdate (Microsoft.Azure.Management.Synapse.Models.SensitivityLabelUpdateKind op, string schema, string table, string column, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Synapse.Models.SensitivityLabel sensitivityLabel = default);
new Microsoft.Azure.Management.Synapse.Models.SensitivityLabelUpdate : Microsoft.Azure.Management.Synapse.Models.SensitivityLabelUpdateKind * string * string * string * string * string * string * Microsoft.Azure.Management.Synapse.Models.SensitivityLabel -> Microsoft.Azure.Management.Synapse.Models.SensitivityLabelUpdate
Public Sub New (op As SensitivityLabelUpdateKind, schema As String, table As String, column As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional sensitivityLabel As SensitivityLabel = Nothing)

Parameters

op
SensitivityLabelUpdateKind

Possible values include: 'set', 'remove'

schema
String

Schema name of the column to update.

table
String

Table name of the column to update.

column
String

Column name to update.

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"

sensitivityLabel
SensitivityLabel

The sensitivity label information to apply on a column.

Applies to