Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppAvailabilityInfo

Package version

The properties indicating whether a given IoT Central application name or subdomain is available.

Hierarchy

  • AppAvailabilityInfo

Index

Properties

Optional message

message: undefined | string

The detailed reason message. NOTE: This property will not be serialized. It can only be populated by the server.

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

reason: undefined | string

The reason for unavailability. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc