Skip to main content

Vaclusterstatuschangeevent

Properties

NameTypeDescriptionNotes
CreatedSystem.DateTimeThe date and time the status change occurred.[required]
TypeEnum [ "SOURCE", "CLUSTER" ]The type of the object that initiated this event.[required]
ApplicationVaclusterstatuschangeeventApplication[required]
HealthCheckResultVaclusterstatuschangeeventHealthCheckResult[required]
PreviousHealthCheckResultVaclusterstatuschangeeventPreviousHealthCheckResult[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

[Back to top]