CheckNameAvailabilityResponse interface
A response saying whether the workspace name is available
Properties
available | Whether the workspace name is available |
message | Validation message |
name | Workspace name |
reason | Reason the workspace name is or is not available |
Property Details
available
Whether the workspace name is available
available?: boolean
Property Value
boolean
message
Validation message
message?: string
Property Value
string
name
Workspace name
name?: string
Property Value
string
reason
Reason the workspace name is or is not available
reason?: string
Property Value
string
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