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