HealthIndicatorCategory
Properties
Name | Type | Description | Notes |
---|---|---|---|
Errors | []HealthEvent | List of error events for this category | [optional] |
Warnings | []HealthEvent | List of warning events for this category | [optional] |
Examples
- Prepare the resource
$HealthIndicatorCategory = Initialize-V2025HealthIndicatorCategory -Errors null `
-Warnings null
- Convert the resource to JSON
$HealthIndicatorCategory | ConvertTo-JSON