Delen via


HealthErrorSummary Class

Definition

class to define the summary of the health error details.

public class HealthErrorSummary
type HealthErrorSummary = class
Public Class HealthErrorSummary
Inheritance
HealthErrorSummary

Constructors

HealthErrorSummary()

Initializes a new instance of the HealthErrorSummary class.

HealthErrorSummary(String, String, String, String, String, String, IList<String>)

Initializes a new instance of the HealthErrorSummary class.

Properties

AffectedResourceCorrelationIds

Gets or sets 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

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

AffectedResourceType

Gets or sets the type of affected ARM resource.

Category

Gets or sets the category of the health error. Possible values include: 'None', 'Replication', 'TestFailover', 'Configuration', 'FabricInfrastructure', 'VersionExpiry', 'AgentAutoUpdateInfra', 'AgentAutoUpdateArtifactDeleted', 'AgentAutoUpdateRunAsAccount', 'AgentAutoUpdateRunAsAccountExpiry', 'AgentAutoUpdateRunAsAccountExpired'

Severity

Gets or sets severity of error. Possible values include: 'NONE', 'Warning', 'Error', 'Info'

SummaryCode

Gets or sets the code of the health error.

SummaryMessage

Gets or sets the summary message of the health error.

Applies to