SensitivityLabelUpdateList Class

Definition

A list of sensitivity label update operations.

public class SensitivityLabelUpdateList : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SensitivityLabelUpdateList>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SensitivityLabelUpdateList>
type SensitivityLabelUpdateList = class
    interface IJsonModel<SensitivityLabelUpdateList>
    interface IPersistableModel<SensitivityLabelUpdateList>
Public Class SensitivityLabelUpdateList
Implements IJsonModel(Of SensitivityLabelUpdateList), IPersistableModel(Of SensitivityLabelUpdateList)
Inheritance
SensitivityLabelUpdateList
Implements

Constructors

SensitivityLabelUpdateList()

Initializes a new instance of SensitivityLabelUpdateList.

Properties

Operations

Gets the operations.

Explicit Interface Implementations

IJsonModel<SensitivityLabelUpdateList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SensitivityLabelUpdateList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SensitivityLabelUpdateList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SensitivityLabelUpdateList>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SensitivityLabelUpdateList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to