Class HealthCheckStatusDetailsInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.devcenter.fluent.models.HealthCheckStatusDetailsInner
public final class HealthCheckStatusDetailsInner
extends com.azure.core.management.ProxyResource
Health Check details.
-
Constructor Summary
ConstructorDescriptionCreates an instance of HealthCheckStatusDetailsInner 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.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
HealthCheckStatusDetailsInner
public HealthCheckStatusDetailsInner()Creates an instance of HealthCheckStatusDetailsInner class.
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
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.
-