Sdílet prostřednictvím


ConsumptionSkuProperty Class

Definition

The Sku property.

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

Properties

Name

The name of sku property.

Value

The value of sku property.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConsumptionSkuProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConsumptionSkuProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConsumptionSkuProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConsumptionSkuProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConsumptionSkuProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to