次の方法で共有


EventGridModelFactory.ContainerServiceNodePoolRollingSucceededEventData メソッド

定義

ContainerServiceNodePoolRollingSucceededEventData の新しいインスタンスを初期化します。

public static Azure.Messaging.EventGrid.SystemEvents.ContainerServiceNodePoolRollingSucceededEventData ContainerServiceNodePoolRollingSucceededEventData (string nodePoolName = default);
static member ContainerServiceNodePoolRollingSucceededEventData : string -> Azure.Messaging.EventGrid.SystemEvents.ContainerServiceNodePoolRollingSucceededEventData
Public Shared Function ContainerServiceNodePoolRollingSucceededEventData (Optional nodePoolName As String = Nothing) As ContainerServiceNodePoolRollingSucceededEventData

パラメーター

nodePoolName
String

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

戻り値

モック作成用の新しい ContainerServiceNodePoolRollingSucceededEventData インスタンス。

適用対象