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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python