IotHubNameAvailabilityInfo Class

The properties indicating whether a given IoT hub name is available.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
IotHubNameAvailabilityInfo

Constructor

IotHubNameAvailabilityInfo(*, message: Optional[str] = None, **kwargs)

Variables

name_available
bool

The value which indicates whether the provided name is available.

reason
str or IotHubNameUnavailabilityReason

The reason for unavailability. Possible values include: "Invalid", "AlreadyExists".

message
str

The detailed reason message.