CheckServerNameAvailabilityResult interface
The checking result of server name availability.
Properties
message | The detailed message of the request unavailability. |
name |
Indicator of available of the server name. |
reason | The reason of unavailability. |
Property Details
message
The detailed message of the request unavailability.
message?: string
Property Value
string
nameAvailable
Indicator of available of the server name.
nameAvailable?: boolean
Property Value
boolean
reason
The reason of unavailability.
reason?: string
Property Value
string