CheckNameAvailabilityResult interface
The response to a name availability request.
Properties
message | The message describing the detailed reason. |
name |
The value which indicates whether the provided name is available. |
Property Details
message
The message describing the detailed reason.
message?: string
Property Value
string
nameAvailable
The value which indicates whether the provided name is available.
nameAvailable?: boolean
Property Value
boolean
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript