ContainerServiceNodePoolRollingFailedEventData クラス

定義

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ContainerServiceNodePoolRollingFailedEventData+ContainerServiceNodePoolRollingFailedEventDataConverter))]
public class ContainerServiceNodePoolRollingFailedEventData : Azure.Messaging.EventGrid.SystemEvents.ContainerServiceNodePoolRollingEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ContainerServiceNodePoolRollingFailedEventData+ContainerServiceNodePoolRollingFailedEventDataConverter))>]
type ContainerServiceNodePoolRollingFailedEventData = class
    inherit ContainerServiceNodePoolRollingEventData
Public Class ContainerServiceNodePoolRollingFailedEventData
Inherits ContainerServiceNodePoolRollingEventData
継承
ContainerServiceNodePoolRollingFailedEventData
属性

プロパティ

NodePoolName

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

(継承元 ContainerServiceNodePoolRollingEventData)

適用対象