Uses of Class
com.azure.resourcemanager.containerregistry.models.CredentialHealth
Packages that use CredentialHealth
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of CredentialHealth in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return CredentialHealthModifier and TypeMethodDescriptionAuthCredential.credentialHealth()Get the credentialHealth property: This provides data pertaining to the health of the auth credential.static CredentialHealthCredentialHealth.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CredentialHealth from the JsonReader.CredentialHealth.withErrorCode(String errorCode) Set the errorCode property: Error code representing the health check error.CredentialHealth.withErrorMessage(String errorMessage) Set the errorMessage property: Descriptive message representing the health check error.CredentialHealth.withStatus(CredentialHealthStatus status) Set the status property: The health status of credential.