Class HealthCheck
java.lang.Object
com.azure.resourcemanager.devcenter.models.HealthCheck
An individual health check item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalDetails property: Additional details about the health check or the recommended action.Get the displayName property: The display name of this health check item.Get the endDateTime property: End time of the health check item.Get the errorType property: The type of error that occurred during this health check.Get the recommendedAction property: The recommended action to fix the corresponding error.Get the startDateTime property: Start time of health check item.status()
Get the status property: The status of the health check item.void
validate()
Validates the instance.
-
Constructor Details
-
HealthCheck
public HealthCheck()Creates an instance of HealthCheck class.
-
-
Method Details
-
status
Get the status property: The status of the health check item.- Returns:
- the status value.
-
displayName
Get the displayName property: The display name of this health check item.- Returns:
- the displayName value.
-
startDateTime
Get the startDateTime property: Start time of health check item.- Returns:
- the startDateTime value.
-
endDateTime
Get the endDateTime property: End time of the health check item.- Returns:
- the endDateTime value.
-
errorType
Get the errorType property: The type of error that occurred during this health check.- Returns:
- the errorType value.
-
recommendedAction
Get the recommendedAction property: The recommended action to fix the corresponding error.- Returns:
- the recommendedAction value.
-
additionalDetails
Get the additionalDetails property: Additional details about the health check or the recommended action.- Returns:
- the additionalDetails value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-