Share via


EventGridModelFactory.ContainerServiceNodePoolRollingEventData(String) Method

Definition

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

Parameters

nodePoolName
String

The name of the node pool in the ManagedCluster resource.

Returns

A new ContainerServiceNodePoolRollingEventData instance for mocking.

Applies to