CheckNameAvailabilityResult interface
The Result of the CheckNameAvailability operation
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 |
Value indicating Namespace is availability, true if the Namespace is available; otherwise, false. |
reason | The reason for unavailability of a Namespace. |
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
Value indicating Namespace is availability, true if the Namespace is available; otherwise, false.
nameAvailable?: boolean
Property Value
boolean
reason
The reason for unavailability of a Namespace.
reason?: UnavailableReason