EntityNameAvailabilityCheckOutput Class
The response from the check name availability request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelEntityNameAvailabilityCheckOutput
Constructor
EntityNameAvailabilityCheckOutput(*, name_available: bool, reason: str | None = None, message: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name_available
|
Specifies if the name is available. Required. |
reason
|
Specifies the reason if the name is not available. |
message
|
Specifies the detailed reason if the name is not available. |
Variables
Name | Description |
---|---|
name_available
|
Specifies if the name is available. Required. |
reason
|
Specifies the reason if the name is not available. |
message
|
Specifies the detailed reason if 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