CredentialHealth Class
The health of the auth credential.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelCredentialHealth
Constructor
CredentialHealth(*, status: str | _models.CredentialHealthStatus | None = None, error_code: str | None = None, error_message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
The health status of credential. Known values are: "Healthy" and "Unhealthy". |
error_code
|
Error code representing the health check error. |
error_message
|
Descriptive message representing the health check error. |
Variables
Name | Description |
---|---|
status
|
The health status of credential. Known values are: "Healthy" and "Unhealthy". |
error_code
|
Error code representing the health check error. |
error_message
|
Descriptive message representing the health check error. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python