ResourceHealthSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class to define the health summary of the resources contained under an Arm resource.
public class ResourceHealthSummary
type ResourceHealthSummary = class
Public Class ResourceHealthSummary
- Inheritance
-
ResourceHealthSummary
Constructors
ResourceHealthSummary() |
Initializes a new instance of the ResourceHealthSummary class. |
ResourceHealthSummary(Nullable<Int32>, IList<HealthErrorSummary>, IDictionary<String,Nullable<Int32>>) |
Initializes a new instance of the ResourceHealthSummary class. |
Properties
CategorizedResourceCounts |
Gets or sets the categorized resource counts. |
Issues |
Gets or sets the list of summary of health errors across the resources under the container. |
ResourceCount |
Gets or sets the count of total resources under the container. |