Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckNameAvailabilityResult

Package version

The Result of the CheckNameAvailability operation

Hierarchy

  • CheckNameAvailabilityResult

Index

Properties

Optional message

message: undefined | string

The detailed info regarding the reason associated with the Namespace. NOTE: This property will not be serialized. It can only be populated by the server.

Optional nameAvailable

nameAvailable: undefined | false | true

Value indicating Namespace is availability, true if the Namespace is available; otherwise, false.

Optional reason

The reason for unavailability of a Namespace. Possible values include: 'None', 'InvalidName', 'SubscriptionIsDisabled', 'NameInUse', 'NameInLockdown', 'TooManyNamespaceInCurrentSubscription'

Generated using TypeDoc