Share via


AvsClusterEventData Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AvsClusterEventData+AvsClusterEventDataConverter))]
public class AvsClusterEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AvsClusterEventData+AvsClusterEventDataConverter))>]
type AvsClusterEventData = class
Public Class AvsClusterEventData
Inheritance
AvsClusterEventData
Derived
Attributes

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.

Applies to