HealthReport Interface
public interface HealthReport
An immutable client-side representation of HealthReport.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract List<String> |
affectedDefendersPlans()
Gets the affected |
| abstract List<String> |
affectedDefendersSubPlans()
Gets the affected |
|
abstract
Environment |
environmentDetails()
Gets the environment |
|
abstract
Health |
healthDataClassification()
Gets the health |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Health |
innerModel()
Gets the inner com. |
| abstract List<Issue> |
issues()
Gets the issues property: A collection of the issues in the report. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Map<String,String> |
reportAdditionalData()
Gets the report |
|
abstract
Health |
resourceDetails()
Gets the resource |
|
abstract
Health |
status()
Gets the status property: The status of the health report. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
affectedDefendersPlans
public abstract List<String> affectedDefendersPlans()
Gets the affectedDefendersPlans property: The affected defenders plans by unhealthy report.
Returns:
affectedDefendersSubPlans
public abstract List<String> affectedDefendersSubPlans()
Gets the affectedDefendersSubPlans property: The affected defenders sub plans by unhealthy report.
Returns:
environmentDetails
public abstract EnvironmentDetails environmentDetails()
Gets the environmentDetails property: The environment details of the resource.
Returns:
healthDataClassification
public abstract HealthDataClassification healthDataClassification()
Gets the healthDataClassification property: The classification of the health report.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract HealthReportInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.HealthReportInner object.
Returns:
issues
public abstract List<Issue> issues()
Gets the issues property: A collection of the issues in the report.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
reportAdditionalData
public abstract Map<String,String> reportAdditionalData()
Gets the reportAdditionalData property: Additional data for the given health report, this field can include more details on the resource and the health scenario.
Returns:
resourceDetails
public abstract HealthReportResourceDetails resourceDetails()
Gets the resourceDetails property: The resource details of the health report.
Returns:
status
public abstract HealthReportStatus status()
Gets the status property: The status of the health report.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: