次の方法で共有


EventGridModelFactory.ContainerServiceNodePoolRollingEventData(String) メソッド

定義

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

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

パラメーター

nodePoolName
String

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

戻り値

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

適用対象