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