ContainerServiceNodePoolRollingSucceededEventData クラス

定義

Microsoft.ContainerService.NodePoolRollingSucceeded イベントの EventGridEvent の Data プロパティのスキーマ。

[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
継承
ContainerServiceNodePoolRollingSucceededEventData
属性

プロパティ

NodePoolName

ManagedCluster リソース内のノード プールの名前。

(継承元 ContainerServiceNodePoolRollingEventData)

適用対象