Dela via


BillingBenefitsSavingsPlanPatchProperties Class

Definition

Savings plan patch request.

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

Constructors

BillingBenefitsSavingsPlanPatchProperties()

Initializes a new instance of BillingBenefitsSavingsPlanPatchProperties.

Properties

AppliedScopeProperties

Properties specific to applied scope type. Not required if not applicable.

AppliedScopeType

Type of the Applied Scope.

DisplayName

Display name.

IsRenewed

Setting this to true will automatically purchase a new benefit on the expiration date time.

RenewPurchaseProperties

Gets or sets the renew purchase properties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BillingBenefitsSavingsPlanPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingBenefitsSavingsPlanPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingBenefitsSavingsPlanPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingBenefitsSavingsPlanPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingBenefitsSavingsPlanPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to