HealthReportData Class

Definition

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
HealthReportData
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)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<HealthReportData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<HealthReportData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<HealthReportData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<HealthReportData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<HealthReportData>.Write(ModelReaderWriterOptions)

Applies to