HealthReportResourceDetails Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. HealthReportResourceDetails
- com.
Implements
public final class HealthReportResourceDetails
implements JsonSerializable<HealthReportResourceDetails>
The resource details of the health report.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
connectorId()
Get the connector |
|
static
Health |
fromJson(JsonReader jsonReader)
Reads an instance of Health |
| String |
id()
Get the id property: The azure id of the resource. |
| Source |
source()
Get the source property: The status of the health report. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
connectorId
public String connectorId()
Get the connectorId property: The id of the connector.
Returns:
fromJson
public static HealthReportResourceDetails fromJson(JsonReader jsonReader)
Reads an instance of HealthReportResourceDetails from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The azure id of the resource.
Returns:
source
public Source source()
Get the source property: The status of the health report.
Returns:
toJson
validate
public void validate()
Validates the instance.