AppAvailabilityInfo interface
The properties indicating whether a given IoT Central application name or subdomain is available.
Properties
message | The detailed reason message. NOTE: This property will not be serialized. It can only be populated by the server. |
name |
The value which indicates whether the provided name is available. NOTE: This property will not be serialized. It can only be populated by the server. |
reason | The reason for unavailability. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
message
The detailed reason message. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
nameAvailable
The value which indicates whether the provided name is available. NOTE: This property will not be serialized. It can only be populated by the server.
nameAvailable?: boolean
Property Value
boolean
reason
The reason for unavailability. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string