AvsClusterEventData interface
Schema of the Data property of an EventGridEvent for Microsoft.AVS/clusters events.
added |
Hosts added to the cluster in this event, if any. |
in |
Hosts in Maintenance mode in the cluster, if any. |
operation |
Id of the operation that caused this event. |
removed |
Hosts removed to the cluster in this event, if any. |
Hosts added to the cluster in this event, if any.
addedHostNames: string[]
Property Value
string[]
Hosts in Maintenance mode in the cluster, if any.
inMaintenanceHostNames: string[]
Property Value
string[]
Id of the operation that caused this event.
operationId: string
Property Value
string
Hosts removed to the cluster in this event, if any.
removedHostNames: string[]
Property Value
string[]