CheckNameResult interface  
The result returned from a check name availability request.
Properties
| message | Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. | 
| name | The name that was checked. | 
| name | Specifies a Boolean value that indicates if the name is available. | 
| reason | Message providing the reason why the given name is invalid. | 
Property Details
message
Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.
message?: stringProperty Value
string
name
The name that was checked.
name?: stringProperty Value
string
		nameAvailable
	 
	Specifies a Boolean value that indicates if the name is available.
nameAvailable?: booleanProperty Value
boolean
reason
Message providing the reason why the given name is invalid.
reason?: stringProperty Value
string