SensitivityLabelUpdate Class

Definition

A sensitivity label update operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SensitivityLabelUpdate : Microsoft.Azure.Management.Sql.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 resource ID.

(Inherited from Resource)
Name

Gets resource name.

(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 resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to