RegistryNameStatus Class
The result of a request to check the availability of a container registry name.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRegistryNameStatus
Constructor
RegistryNameStatus(*, name_available: bool | None = None, reason: str | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name_available
|
The value that indicates whether the name is available. |
reason
|
If any, the reason that the name is not available. |
message
|
If any, the error message that provides more detail for the reason that the name is not available. |
Variables
Name | Description |
---|---|
name_available
|
The value that indicates whether the name is available. |
reason
|
If any, the reason that the name is not available. |
message
|
If any, the error message that provides more detail for the reason that the name is not available. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python