Share via


IotCentralAppSkuInfo Class

Definition

Information about the SKU of the IoT Central application.

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

Constructors

IotCentralAppSkuInfo(IotCentralAppSku)

Initializes a new instance of IotCentralAppSkuInfo.

Properties

Name

The name of the SKU.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotCentralAppSkuInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotCentralAppSkuInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotCentralAppSkuInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotCentralAppSkuInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotCentralAppSkuInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to