HealthErrorSummary interface

class to define the summary of the health error details.

Properties

affectedResourceCorrelationIds

The list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.

affectedResourceSubtype

The sub type of any subcomponent within the ARM resource that this might be applicable. Value remains null if not applicable.

affectedResourceType

The type of affected ARM resource.

category

The category of the health error.

severity

Severity of error.

summaryCode

The code of the health error.

summaryMessage

The summary message of the health error.

Property Details

affectedResourceCorrelationIds

The list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.

affectedResourceCorrelationIds?: string[]

Property Value

string[]

affectedResourceSubtype

The sub type of any subcomponent within the ARM resource that this might be applicable. Value remains null if not applicable.

affectedResourceSubtype?: string

Property Value

string

affectedResourceType

The type of affected ARM resource.

affectedResourceType?: string

Property Value

string

category

The category of the health error.

category?: string

Property Value

string

severity

Severity of error.

severity?: string

Property Value

string

summaryCode

The code of the health error.

summaryCode?: string

Property Value

string

summaryMessage

The summary message of the health error.

summaryMessage?: string

Property Value

string