Share via


ContainerServiceNodePoolRollingSucceededEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NodePoolRollingSucceeded event.

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

Properties

NodePoolName

The name of the node pool in the ManagedCluster resource.

(Inherited from ContainerServiceNodePoolRollingEventData)

Applies to