CheckNameAvailabilityResponse Class
The result of a name availability check.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelCheckNameAvailabilityResponse
Constructor
CheckNameAvailabilityResponse(**kwargs)
Variables
Name | Description |
---|---|
name
|
The name whose availability was checked. |
available
|
True if the name is available, otherwise false. |
reason
|
The reason code explaining why the name is unavailable. Will be undefined if the name is available. Possible values include: "Invalid", "AlreadyExists". |
message
|
A message explaining why the name is unavailable. Will be undefined if the name is available. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python