Udostępnij za pośrednictwem


EdgeOrderProductCostInformation Class

Definition

Cost information for the product system.

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

Properties

BillingInfoUri

Default url to display billing information.

BillingMeterDetails

Details on the various billing aspects for the product system.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeOrderProductCostInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeOrderProductCostInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeOrderProductCostInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeOrderProductCostInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeOrderProductCostInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to