SavingsPlanUpdateValidateContent Class

Definition

Savings plan update validate request.

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

Constructors

SavingsPlanUpdateValidateContent()

Initializes a new instance of SavingsPlanUpdateValidateContent.

Properties

Benefits

The benefits of a savings plan.

Explicit Interface Implementations

IJsonModel<SavingsPlanUpdateValidateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SavingsPlanUpdateValidateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SavingsPlanUpdateValidateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SavingsPlanUpdateValidateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SavingsPlanUpdateValidateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to