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. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python