Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckNameAvailabilityResult

Package version

The CheckNameAvailability operation response.

Hierarchy

  • CheckNameAvailabilityResult

Index

Properties

Optional message

message: undefined | string

Gets an error message explaining the Reason value in more detail. NOTE: This property will not be serialized. It can only be populated by the server.

Optional nameAvailable

nameAvailable: undefined | false | true

Gets a boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used. NOTE: This property will not be serialized. It can only be populated by the server.

Optional reason

reason: Reason

Gets the reason that a storage account name could not be used. The Reason element is only returned if NameAvailable is false. Possible values include: 'AccountNameInvalid', 'AlreadyExists' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc