Skip to main content

HealthIndicatorCategory

Properties

NameTypeDescriptionNotes
Errors[]HealthEventList of error events for this category[optional]
Warnings[]HealthEventList 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

[Back to top]