AvsClusterCreatedEventData Class

Definition

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

C#
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AvsClusterCreatedEventData+AvsClusterCreatedEventDataConverter))]
public class AvsClusterCreatedEventData : Azure.Messaging.EventGrid.SystemEvents.AvsClusterEventData
Inheritance
AvsClusterCreatedEventData
Attributes

Properties

AddedHostNames

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

(Inherited from AvsClusterEventData)
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

Product Versions
Azure SDK for .NET Latest