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 affectedDefendersPlans property: The affected defenders plans by unhealthy report.

abstract List<String> affectedDefendersSubPlans()

Gets the affectedDefendersSubPlans property: The affected defenders sub plans by unhealthy report.

abstract EnvironmentDetails environmentDetails()

Gets the environmentDetails property: The environment details of the resource.

abstract HealthDataClassification healthDataClassification()

Gets the healthDataClassification property: The classification of the health report.

abstract String id()

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

abstract HealthReportInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.HealthReportInner object.

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 reportAdditionalData property: Additional data for the given health report, this field can include more details on the resource and the health scenario.

abstract HealthReportResourceDetails resourceDetails()

Gets the resourceDetails property: The resource details of the health report.

abstract HealthReportStatus status()

Gets the status property: The status of the health report.

abstract SystemData systemData()

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

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:

the affectedDefendersPlans value.

affectedDefendersSubPlans

public abstract List<String> affectedDefendersSubPlans()

Gets the affectedDefendersSubPlans property: The affected defenders sub plans by unhealthy report.

Returns:

the affectedDefendersSubPlans value.

environmentDetails

public abstract EnvironmentDetails environmentDetails()

Gets the environmentDetails property: The environment details of the resource.

Returns:

the environmentDetails value.

healthDataClassification

public abstract HealthDataClassification healthDataClassification()

Gets the healthDataClassification property: The classification of the health report.

Returns:

the healthDataClassification value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract HealthReportInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.HealthReportInner object.

Returns:

the inner object.

issues

public abstract List<Issue> issues()

Gets the issues property: A collection of the issues in the report.

Returns:

the issues value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

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:

the reportAdditionalData value.

resourceDetails

public abstract HealthReportResourceDetails resourceDetails()

Gets the resourceDetails property: The resource details of the health report.

Returns:

the resourceDetails value.

status

public abstract HealthReportStatus status()

Gets the status property: The status of the health report.

Returns:

the status value.

systemData

public abstract SystemData systemData()

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

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to