ResourceHealthSummary interface
Base class to define the health summary of the resources contained under an Arm resource.
Properties
categorized |
The categorized resource counts. |
issues | The list of summary of health errors across the resources under the container. |
resource |
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