次の方法で共有


EventGridModelFactory.ContainerServiceNodePoolRollingFailedEventData メソッド

定義

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

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

パラメーター

nodePoolName
String

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

戻り値

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

適用対象