HealthDataClassification Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. HealthDataClassification
- com.
Implements
public final class HealthDataClassification
implements JsonSerializable<HealthDataClassification>
The classification of the health report.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
component()
Get the component property: The component describes the name of the agent/service that scans the issue. |
|
static
Health |
fromJson(JsonReader jsonReader)
Reads an instance of Health |
| String |
scenario()
Get the scenario property: The scenario describes the health scenario issue of the component. |
| String |
scope()
Get the scope property: The resource scope of the health report. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
component
public String component()
Get the component property: The component describes the name of the agent/service that scans the issue.
Returns:
fromJson
public static HealthDataClassification fromJson(JsonReader jsonReader)
Reads an instance of HealthDataClassification from the JsonReader.
Parameters:
Returns:
Throws:
scenario
public String scenario()
Get the scenario property: The scenario describes the health scenario issue of the component.
Returns:
scope
public String scope()
Get the scope property: The resource scope of the health report.
Returns:
toJson
validate
public void validate()
Validates the instance.