Share via


EventGridModelFactory.ContainerServiceNodePoolRollingSucceededEventData Method

Definition

Initializes a new instance of 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

Parameters

nodePoolName
String

The name of the node pool in the ManagedCluster resource.

Returns

A new ContainerServiceNodePoolRollingSucceededEventData instance for mocking.

Applies to