Sdílet prostřednictvím


CollectionOffersByAllContextsPayload Class

Definition

Suggested subscription list.

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

Constructors

CollectionOffersByAllContextsPayload()

Initializes a new instance of CollectionOffersByAllContextsPayload.

Properties

SubscriptionIds

Subscription ids list.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CollectionOffersByAllContextsPayload>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CollectionOffersByAllContextsPayload>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CollectionOffersByAllContextsPayload>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CollectionOffersByAllContextsPayload>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CollectionOffersByAllContextsPayload>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to