Share via


EventGridModelFactory.ContainerServiceNodePoolRollingFailedEventData Method

Definition

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

Parameters

nodePoolName
String

The name of the node pool in the ManagedCluster resource.

Returns

A new ContainerServiceNodePoolRollingFailedEventData instance for mocking.

Applies to