Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IotHubNameAvailabilityInfo

Package version

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

Hierarchy

  • IotHubNameAvailabilityInfo

Index

Properties

Optional message

message: undefined | string

The detailed reason message.

Optional nameAvailable

nameAvailable: undefined | false | true

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.

Optional reason

The reason for unavailability. Possible values include: 'Invalid', 'AlreadyExists' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc