HealthReportData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The health report resource.
public class HealthReportData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.HealthReportData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.HealthReportData>
type HealthReportData = class
inherit ResourceData
interface IJsonModel<HealthReportData>
interface IPersistableModel<HealthReportData>
Public Class HealthReportData
Inherits ResourceData
Implements IJsonModel(Of HealthReportData), IPersistableModel(Of HealthReportData)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| AffectedDefendersPlans |
The affected defenders plans by unhealthy report. |
| AffectedDefendersSubPlans |
The affected defenders sub plans by unhealthy report. |
| EnvironmentDetails |
The environment details of the resource. |
| HealthDataClassification |
The classification of the health report. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Issues |
A collection of the issues in the report. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| ReportAdditionalData |
Additional data for the given health report, this field can include more details on the resource and the health scenario. |
| ResourceDetails |
The resource details of the health report. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| Status |
The status of the health report. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |