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


CollectionOffersByContext Class

Definition

List of offers and plans that restricted to the context.

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

Properties

Context

Offer's context, e.g. subscription ID, tenant ID.

Value

Gets the value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CollectionOffersByContext>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CollectionOffersByContext>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CollectionOffersByContext>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CollectionOffersByContext>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CollectionOffersByContext>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to