CheckNameAvailabilityResult interface
Result of check name availability.
Properties
message | The detailed info regarding the reason associated with the Namespace. NOTE: This property will not be serialized. It can only be populated by the server. |
name |
Indicator of availability of the Quantum Workspace resource name. |
reason | The reason of unavailability. |
Property Details
message
The detailed info regarding the reason associated with the Namespace. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
nameAvailable
Indicator of availability of the Quantum Workspace resource name.
nameAvailable?: boolean
Property Value
boolean
reason
The reason of unavailability.
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