ApiManagementSkuCosts Class

Definition

Describes metadata for retrieving price info.

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

Properties

ExtendedUnit

An invariant to show the extended unit.

MeterId

Used for querying price from commerce.

Quantity

The multiplier is needed to extend the base metered cost.

Explicit Interface Implementations

IJsonModel<ApiManagementSkuCosts>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementSkuCosts>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementSkuCosts>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementSkuCosts>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementSkuCosts>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to