Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckNameAvailabilityResult

Package version

interface

An interface representing CheckNameAvailabilityResult. Description of the check name availability request properties.

Hierarchy

  • CheckNameAvailabilityResult

Index

Properties

Optional message

message: undefined | string
member

{string} [message] 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
member

{boolean} [nameAvailable] Value indicating namespace is available. Returns true if the namespace is available; otherwise, false.

Optional reason

member

{UnavailableReason} [reason] The reason for unavailability of a namespace. Possible values include: 'None', 'InvalidName', 'SubscriptionIsDisabled', 'NameInUse', 'NameInLockdown', 'TooManyNamespaceInCurrentSubscription'

Generated using TypeDoc