Vaclusterstatuschangeevent
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | System.DateTime | The date and time the status change occurred. | [required] |
| Type | Enum [ "SOURCE", "CLUSTER" ] | The type of the object that initiated this event. | [required] |
| Application | VaclusterstatuschangeeventApplication | [required] | |
| HealthCheckResult | VaclusterstatuschangeeventHealthCheckResult | [required] | |
| PreviousHealthCheckResult | VaclusterstatuschangeeventPreviousHealthCheckResult | [required] |
Examples
- Prepare the resource
$Vaclusterstatuschangeevent = Initialize-Vaclusterstatuschangeevent -Created 2020-06-29T22:01:50.474Z `
-Type CLUSTER `
-Application null `
-HealthCheckResult null `
-PreviousHealthCheckResult null
- Convert the resource to JSON
$Vaclusterstatuschangeevent | ConvertTo-JSON