IotHubSkuInfo Class

Definition

Information about the SKU of the IoT hub.

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

Constructors

IotHubSkuInfo(IotHubSku)

Initializes a new instance of IotHubSkuInfo.

Properties

Capacity

The number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits.

Name

The name of the SKU.

Tier

The billing tier for the IoT hub.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotHubSkuInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotHubSkuInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotHubSkuInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotHubSkuInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotHubSkuInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to