Condividi tramite


BillingBenefitsSavingsPlanPatch Class

Definition

Savings plan patch request.

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

Constructors

BillingBenefitsSavingsPlanPatch()

Initializes a new instance of BillingBenefitsSavingsPlanPatch.

Properties

Properties

Savings plan patch request.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BillingBenefitsSavingsPlanPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingBenefitsSavingsPlanPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingBenefitsSavingsPlanPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingBenefitsSavingsPlanPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingBenefitsSavingsPlanPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to