Share via


PureStorageReservationPatch Class

Definition

The type used for update operations of the Reservation.

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

Constructors

PureStorageReservationPatch()

Initializes a new instance of PureStorageReservationPatch.

Properties

ReservationUpdateUser

User details.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PureStorageReservationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PureStorageReservationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PureStorageReservationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PureStorageReservationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PureStorageReservationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to