Udostępnij za pośrednictwem


AvailableLabServicesSkuCost Class

Definition

The array of costs of a lab services SKU.

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

Properties

ExtendedUnit

The extended unit.

MeterId

The meter id.

Quantity

The quantity of units charged.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableLabServicesSkuCost>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableLabServicesSkuCost>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableLabServicesSkuCost>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableLabServicesSkuCost>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableLabServicesSkuCost>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to