Share via


SavingsPlanUpdateRequestProperties Class

Definition

Savings plan patch request.

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

Constructors

SavingsPlanUpdateRequestProperties()

Initializes a new instance of SavingsPlanUpdateRequestProperties.

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

Purchase request.

Explicit Interface Implementations

IJsonModel<SavingsPlanUpdateRequestProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SavingsPlanUpdateRequestProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SavingsPlanUpdateRequestProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SavingsPlanUpdateRequestProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SavingsPlanUpdateRequestProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to