Condividi tramite


SavingsPlanPurchaseValidateContent Class

Definition

The SavingsPlanPurchaseValidateContent.

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

Constructors

SavingsPlanPurchaseValidateContent()

Initializes a new instance of SavingsPlanPurchaseValidateContent.

Properties

Benefits

Gets the benefits.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SavingsPlanPurchaseValidateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SavingsPlanPurchaseValidateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SavingsPlanPurchaseValidateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SavingsPlanPurchaseValidateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SavingsPlanPurchaseValidateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to