다음을 통해 공유


SkuCapability Class

Definition

Capability of a sku.

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

Properties

Name

An invariant to describe the feature.

Value

An invariant if the feature is measured by quantity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SkuCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SkuCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SkuCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SkuCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SkuCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to