IotHubNameAvailabilityInfo interface
The properties indicating whether a given IoT hub name is available.
Properties
message | The detailed reason message. |
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.
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?: IotHubNameUnavailabilityReason