AvsClusterEventData interface

Schema of the Data property of an EventGridEvent for Microsoft.AVS/clusters events.

Properties

addedHostNames

Hosts added to the cluster in this event, if any.

inMaintenanceHostNames

Hosts in Maintenance mode in the cluster, if any.

operationId

Id of the operation that caused this event.

removedHostNames

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[]