Share via


AvsClusterFailedEventData Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AvsClusterFailedEventData+AvsClusterFailedEventDataConverter))]
public class AvsClusterFailedEventData : Azure.Messaging.EventGrid.SystemEvents.AvsClusterEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AvsClusterFailedEventData+AvsClusterFailedEventDataConverter))>]
type AvsClusterFailedEventData = class
    inherit AvsClusterEventData
Public Class AvsClusterFailedEventData
Inherits AvsClusterEventData
Inheritance
AvsClusterFailedEventData
Attributes

Properties

AddedHostNames

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

(Inherited from AvsClusterEventData)
FailureMessage

Failure reason of an event.

InMaintenanceHostNames

Hosts in Maintenance mode in the cluster, if any.

(Inherited from AvsClusterEventData)
OperationId

Id of the operation that caused this event.

(Inherited from AvsClusterEventData)
RemovedHostNames

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

(Inherited from AvsClusterEventData)

Applies to