Share via


DataPartitionAddOrRemoveContent Class

Definition

Defines the partition add/ delete action properties.

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

Constructors

DataPartitionAddOrRemoveContent()

Initializes a new instance of DataPartitionAddOrRemoveContent.

Properties

DataPartitionName

Gets or sets the name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataPartitionAddOrRemoveContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataPartitionAddOrRemoveContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataPartitionAddOrRemoveContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataPartitionAddOrRemoveContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataPartitionAddOrRemoveContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to