HealthCheckStatusDetailsInner Class

public final class HealthCheckStatusDetailsInner
extends ProxyResource

Health Check details.

Constructor Summary

Constructor Description
HealthCheckStatusDetailsInner()

Creates an instance of HealthCheckStatusDetailsInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime endDateTime()

Get the endDateTime property: End time of last execution of the health checks.

static HealthCheckStatusDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of HealthCheckStatusDetailsInner from the JsonReader.

List<HealthCheck> healthChecks()

Get the healthChecks property: Details for each health check item.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

OffsetDateTime startDateTime()

Get the startDateTime property: Start time of last execution of the health checks.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

HealthCheckStatusDetailsInner

public HealthCheckStatusDetailsInner()

Creates an instance of HealthCheckStatusDetailsInner class.

Method Details

endDateTime

public OffsetDateTime endDateTime()

Get the endDateTime property: End time of last execution of the health checks.

Returns:

the endDateTime value.

fromJson

public static HealthCheckStatusDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of HealthCheckStatusDetailsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of HealthCheckStatusDetailsInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

healthChecks

public List<HealthCheck> healthChecks()

Get the healthChecks property: Details for each health check item.

Returns:

the healthChecks value.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

HealthCheckStatusDetailsInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

HealthCheckStatusDetailsInner.name()

Returns:

the name value.

startDateTime

public OffsetDateTime startDateTime()

Get the startDateTime property: Start time of last execution of the health checks.

Returns:

the startDateTime value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

HealthCheckStatusDetailsInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

HealthCheckStatusDetailsInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to