Partager via


IotHubSkuDescription Class

Definition

SKU properties.

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

Properties

Capacity

IotHub capacity.

ResourceType

The type of the resource.

Sku

The type of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotHubSkuDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotHubSkuDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotHubSkuDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotHubSkuDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotHubSkuDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to