NameAvailabilityCheckResult Class
The response spec of checking name availability.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelNameAvailabilityCheckResult
Constructor
NameAvailabilityCheckResult(*, name_available: bool | None = None, **kwargs)
Parameters
Name | Description |
---|---|
name_available
Required
|
This indicates whether the name is available. |
Keyword-Only Parameters
Name | Description |
---|---|
name_available
Required
|
|
Variables
Name | Description |
---|---|
reason
|
The reason of the result. |
message
|
The related message. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python