CheckNameAvailabilityResponseModel interface
Check name availability response model.
Properties
message | Gets or sets the message for resource name unavailability. |
name |
Gets or sets a value indicating whether resource name is available or not. |
reason | Gets or sets the reason for resource name unavailability. |
Property Details
message
Gets or sets the message for resource name unavailability.
message?: string
Property Value
string
nameAvailable
Gets or sets a value indicating whether resource name is available or not.
nameAvailable?: boolean
Property Value
boolean
reason
Gets or sets the reason for resource name 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