Share via


ElasticPlanDetails Class

Definition

Plan details of the monitor resource.

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

Constructors

Name Description
ElasticPlanDetails()

Initializes a new instance of ElasticPlanDetails.

Properties

Name Description
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

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ElasticPlanDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticPlanDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticPlanDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticPlanDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticPlanDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to