Delen via


QueryApprovedPlansContent Class

Definition

Query approved plans payload.

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

Constructors

QueryApprovedPlansContent()

Initializes a new instance of QueryApprovedPlansContent.

Properties

OfferId

Offer id.

PlanIds

Offer plan ids.

SubscriptionIds

List of subscription IDs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<QueryApprovedPlansContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QueryApprovedPlansContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QueryApprovedPlansContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QueryApprovedPlansContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QueryApprovedPlansContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to