Class HealthCheckStatusDetailsProperties
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.HealthCheckStatusDetailsProperties
Health Check properties.
-
Constructor Summary
ConstructorDescriptionCreates an instance of HealthCheckStatusDetailsProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the endDateTime property: End time of last execution of the health checks.Get the healthChecks property: Details for each health check item.Get the startDateTime property: Start time of last execution of the health checks.void
validate()
Validates the instance.
-
Constructor Details
-
HealthCheckStatusDetailsProperties
public HealthCheckStatusDetailsProperties()Creates an instance of HealthCheckStatusDetailsProperties class.
-
-
Method Details
-
startDateTime
Get the startDateTime property: Start time of last execution of the health checks.- Returns:
- the startDateTime value.
-
endDateTime
Get the endDateTime property: End time of last execution of the health checks.- Returns:
- the endDateTime value.
-
healthChecks
Get the healthChecks property: Details for each health check item.- Returns:
- the healthChecks value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-