你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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