Share via


ContainerServiceNodePoolRollingStartedEventData Class

Definition

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

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

Properties

NodePoolName

The name of the node pool in the ManagedCluster resource.

(Inherited from ContainerServiceNodePoolRollingEventData)

Applies to