RegistryNameStatus Class
The result of a request to check the availability of a container registry name.
Constructor
RegistryNameStatus(*, available_login_server_name: str | None = None, name_available: bool | None = None, reason: str | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
available_login_server_name
|
The complete login server name with ___domain name label (DNL) hash, if available. Default value: None
|
name_available
|
The value that indicates whether the name is available. Default value: None
|
reason
|
If any, the reason that the name is not available. Default value: None
|
message
|
If any, the error message that provides more detail for the reason that the name is not available. Default value: None
|
Variables
Name | Description |
---|---|
available_login_server_name
|
The complete login server name with ___domain name label (DNL) hash, if available. |
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. |