Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IoTSpacesNameAvailabilityInfo

Package version

interface

An interface representing IoTSpacesNameAvailabilityInfo. The properties indicating whether a given IoTSpaces service name is available.

Hierarchy

  • IoTSpacesNameAvailabilityInfo

Index

Properties

Optional message

message: undefined | string
member

{string} [message] The detailed reason message.

Optional nameAvailable

nameAvailable: undefined | false | true
member

{boolean} [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.

Optional reason

member

{IoTSpacesNameUnavailabilityReason} [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