IotCentralAppNameAvailabilityResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties indicating whether a given IoT Central application name or subdomain is available.
public class IotCentralAppNameAvailabilityResponse
public class IotCentralAppNameAvailabilityResponse : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotCentral.Models.IotCentralAppNameAvailabilityResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotCentral.Models.IotCentralAppNameAvailabilityResponse>
type IotCentralAppNameAvailabilityResponse = class
type IotCentralAppNameAvailabilityResponse = class
interface IJsonModel<IotCentralAppNameAvailabilityResponse>
interface IPersistableModel<IotCentralAppNameAvailabilityResponse>
Public Class IotCentralAppNameAvailabilityResponse
Public Class IotCentralAppNameAvailabilityResponse
Implements IJsonModel(Of IotCentralAppNameAvailabilityResponse), IPersistableModel(Of IotCentralAppNameAvailabilityResponse)
- Inheritance
-
IotCentralAppNameAvailabilityResponse
- Implements
Properties
IotCentralAppNameUnavailableReason |
The reason for unavailability. |
IsNameAvailable |
The value which indicates whether the provided name is available. |
Message |
The detailed reason message. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<IotCentralAppNameAvailabilityResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IotCentralAppNameAvailabilityResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IotCentralAppNameAvailabilityResponse>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IotCentralAppNameAvailabilityResponse>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IotCentralAppNameAvailabilityResponse>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |