Udostępnij za pośrednictwem


PlanDetails Class

Definition

Plan details of the monitor resource.

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

Constructors

PlanDetails()

Initializes a new instance of PlanDetails.

Properties

OfferId

Offer ID of the plan.

PlanId

Plan ID.

PlanName

Plan Name.

PublisherId

Publisher ID of the plan.

TermId

Term ID of the plan.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlanDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlanDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlanDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlanDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlanDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to