CheckEndpointNameAvailabilityOutput Class
Output of check name availability API.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
CheckEndpointNameAvailabilityOutput(**kwargs: Any)
Variables
Name | Description |
---|---|
name_available
|
Indicates whether the name is available. |
available_hostname
|
Returns the available hostname generated based on the AutoGeneratedDomainNameLabelScope when the name is available, otherwise it returns empty string. |
reason
|
The reason why the name is not available. |
message
|
The detailed error message describing why the name is not available. |
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 Python