次の方法で共有


ContainerServiceNodePoolRollingStartedEventData クラス

定義

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

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

プロパティ

NodePoolName

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

(継承元 ContainerServiceNodePoolRollingEventData)

適用対象