AvsClusterDeletedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.AVS.ClusterDeleted event.

Inherited 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.

Inherited Property Details

addedHostNames

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

addedHostNames: string[]

Property Value

string[]

Inherited From AvsClusterEventData.addedHostNames

inMaintenanceHostNames

Hosts in Maintenance mode in the cluster, if any.

inMaintenanceHostNames: string[]

Property Value

string[]

Inherited From AvsClusterEventData.inMaintenanceHostNames

operationId

Id of the operation that caused this event.

operationId: string

Property Value

string

Inherited From AvsClusterEventData.operationId

removedHostNames

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

removedHostNames: string[]

Property Value

string[]

Inherited From AvsClusterEventData.removedHostNames