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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python