RecommendedSensitivityLabelUpdate Class

Definition

A recommended sensitivity label update operation.

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

Constructors

RecommendedSensitivityLabelUpdate()

Initializes a new instance of the RecommendedSensitivityLabelUpdate class.

RecommendedSensitivityLabelUpdate(RecommendedSensitivityLabelUpdateKind, String, String, String, String, String, String)

Initializes a new instance of the RecommendedSensitivityLabelUpdate 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: 'enable', 'disable'

Schema

Gets or sets schema name of the column to update.

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