NameAvailabilityStatus interface
The result of a request to check the availability of a resource name.
Properties
message | If any, the error message that provides more detail for the reason that the name is not available. NOTE: This property will not be serialized. It can only be populated by the server. |
name |
The value indicating whether the resource name is available. NOTE: This property will not be serialized. It can only be populated by the server. |
reason | If any, the reason that the name is not available. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
message
If any, the error message that provides more detail for the reason that the name is not available. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
nameAvailable
The value indicating whether the resource name is available. NOTE: This property will not be serialized. It can only be populated by the server.
nameAvailable?: boolean
Property Value
boolean
reason
If any, the reason that the name is not available. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string