Share via


PureStorageOfferDetails Class

Definition

Offer details for the marketplace that is selected by the user.

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

Constructors

PureStorageOfferDetails(String, String, String)

Initializes a new instance of PureStorageOfferDetails.

Properties

OfferId

Offer ID for the marketplace offer.

PlanId

Plan ID for the marketplace offer.

PlanName

Plan Name for the marketplace offer.

PublisherId

Publisher ID for the marketplace offer.

TermId

Term ID for the marketplace offer.

TermUnit

Term Unit for the marketplace offer.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PureStorageOfferDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PureStorageOfferDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PureStorageOfferDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PureStorageOfferDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PureStorageOfferDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to