Поделиться через


MultiContextAndPlansContent Class

Definition

Payload object for upsert offer with multiple context and plans.

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

Constructors

MultiContextAndPlansContent()

Initializes a new instance of MultiContextAndPlansContent.

Properties

ETag

The offer's eTag.

OfferId

The offer ID which contains the plans.

PlansContext

Gets the plans context.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MultiContextAndPlansContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MultiContextAndPlansContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MultiContextAndPlansContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MultiContextAndPlansContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MultiContextAndPlansContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to