NameAvailabilityStatus interface

The result of a request to check the availability of a resource name.

Properties

message

If any, the error message that provides more detail for the reason that the name is not available.

nameAvailable

The value indicating whether the resource name is available.

reason

If any, the reason that the name is not available.

Property Details

message

If any, the error message that provides more detail for the reason that the name is not available.

message?: string

Property Value

string

nameAvailable

The value indicating whether the resource name is available.

nameAvailable?: boolean

Property Value

boolean

reason

If any, the reason that the name is not available.

reason?: string

Property Value

string