다음을 통해 공유


IotHubTypeName Class

Definition

Name of Iot Hub type.

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

Properties

LocalizedValue

Localized value of name.

Value

IotHub type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotHubTypeName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotHubTypeName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotHubTypeName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotHubTypeName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotHubTypeName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to