Share via


MergeContent Class

Definition

The request for reservation merge.

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

Constructors

MergeContent()

Initializes a new instance of MergeContent.

Properties

Sources

Format of the resource id should be /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MergeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MergeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MergeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MergeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MergeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to