CheckNameAvailabilityOutput Class
Output of check name availability API.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelCheckNameAvailabilityOutput
Constructor
CheckNameAvailabilityOutput(**kwargs: Any)
Variables
Name | Description |
---|---|
name_available
|
Indicates whether the name is available. |
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