你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 实例。

适用于