Share via


SensitivityLabelUpdate Class

Definition

A sensitivity label update operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SensitivityLabelUpdate : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SensitivityLabelUpdate = class
    inherit ProxyResource
Public Class SensitivityLabelUpdate
Inherits ProxyResource
Inheritance
SensitivityLabelUpdate
Attributes

Constructors

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.

Properties

Column

Gets or sets column name to update.

Id

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

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Op

Gets or sets possible values include: 'set', 'remove'

Schema

Gets or sets schema name of the column to update.

SensitivityLabel

Gets or sets the sensitivity label information to apply on a column.

Table

Gets or sets table name of the column to update.

Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to