共用方式為


ResourceHealthSummary interface

Base class to define the health summary of the resources contained under an Arm resource.

Properties

categorizedResourceCounts

The categorized resource counts.

issues

The list of summary of health errors across the resources under the container.

resourceCount

The count of total resources under the container.

Property Details

categorizedResourceCounts

The categorized resource counts.

categorizedResourceCounts?: {[propertyName: string]: number}

Property Value

{[propertyName: string]: number}

issues

The list of summary of health errors across the resources under the container.

issues?: HealthErrorSummary[]

Property Value

resourceCount

The count of total resources under the container.

resourceCount?: number

Property Value

number