SkuProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Property of a sku.
public class SkuProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Reservations.Models.SkuProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Reservations.Models.SkuProperty>
public class SkuProperty
type SkuProperty = class
interface IJsonModel<SkuProperty>
interface IPersistableModel<SkuProperty>
type SkuProperty = class
Public Class SkuProperty
Implements IJsonModel(Of SkuProperty), IPersistableModel(Of SkuProperty)
Public Class SkuProperty
- Inheritance
-
SkuProperty
- 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<SkuProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SkuProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SkuProperty>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SkuProperty>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SkuProperty>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |