ProviderPricingDimension Class

Definition

Information about pricing dimension.

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

Properties

Id

Unique id of this pricing dimension.

Name

The display name of this pricing dimension.

Explicit Interface Implementations

IJsonModel<ProviderPricingDimension>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProviderPricingDimension>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProviderPricingDimension>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProviderPricingDimension>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProviderPricingDimension>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to