Sdílet prostřednictvím


DataBoxSkuCost Class

Definition

Describes metadata for retrieving price info.

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

Properties

MeterId

Meter id of the Sku.

MeterType

The type of the meter.

Multiplier

Multiplier specifies the region specific value to be multiplied with 1$ guid. Eg: Our new regions will be using 1$ shipping guid with appropriate multiplier specific to region.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxSkuCost>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxSkuCost>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxSkuCost>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxSkuCost>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxSkuCost>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to