Partilhar via


IotHubNameAvailabilityContent Class

Definition

Input values.

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

Constructors

IotHubNameAvailabilityContent(String)

Initializes a new instance of IotHubNameAvailabilityContent.

Properties

Name

The name of the IoT hub to check.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotHubNameAvailabilityContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotHubNameAvailabilityContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotHubNameAvailabilityContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotHubNameAvailabilityContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotHubNameAvailabilityContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to