HealthCheckStatusDetailsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. devcenter. fluent. models. HealthCheckStatusDetailsInner
- com.
- com.
public final class HealthCheckStatusDetailsInner
extends ProxyResource
Health Check details.
Constructor Summary
| Constructor | Description |
|---|---|
| HealthCheckStatusDetailsInner() |
Creates an instance of Health |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
endDateTime()
Get the end |
|
static
Health |
fromJson(JsonReader jsonReader)
Reads an instance of Health |
|
List<Health |
healthChecks()
Get the health |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Offset |
startDateTime()
Get the start |
|
System |
systemData()
Get the system |
|
Json |
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:
fromJson
public static HealthCheckStatusDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of HealthCheckStatusDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
healthChecks
public List<HealthCheck> healthChecks()
Get the healthChecks property: Details for each health check item.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
HealthCheckStatusDetailsInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
HealthCheckStatusDetailsInner.name()Returns:
startDateTime
public OffsetDateTime startDateTime()
Get the startDateTime property: Start time of last execution of the health checks.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
HealthCheckStatusDetailsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
HealthCheckStatusDetailsInner.type()Returns:
validate
public void validate()
Validates the instance.