RecommendedSensitivityLabelUpdateList Class

Definition

A list of recommended sensitivity label update operations.

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

Constructors

RecommendedSensitivityLabelUpdateList()

Initializes a new instance of RecommendedSensitivityLabelUpdateList.

Properties

Operations

Gets the operations.

Explicit Interface Implementations

IJsonModel<RecommendedSensitivityLabelUpdateList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecommendedSensitivityLabelUpdateList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecommendedSensitivityLabelUpdateList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecommendedSensitivityLabelUpdateList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecommendedSensitivityLabelUpdateList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to