Class ContainerServiceNodePoolRollingFailedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ContainerServiceNodePoolRollingEventData
com.azure.messaging.eventgrid.systemevents.ContainerServiceNodePoolRollingFailedEventData
public final class ContainerServiceNodePoolRollingFailedEventData
extends ContainerServiceNodePoolRollingEventData
Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NodePoolRollingFailed event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerServiceNodePoolRollingFailedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionsetNodePoolName(String nodePoolName) Set the nodePoolName property: The name of the node pool in the ManagedCluster resource.Methods inherited from class com.azure.messaging.eventgrid.systemevents.ContainerServiceNodePoolRollingEventData
getNodePoolName
-
Constructor Details
-
ContainerServiceNodePoolRollingFailedEventData
public ContainerServiceNodePoolRollingFailedEventData()Creates an instance of ContainerServiceNodePoolRollingFailedEventData class.
-
-
Method Details
-
setNodePoolName
Set the nodePoolName property: The name of the node pool in the ManagedCluster resource.- Overrides:
setNodePoolNamein classContainerServiceNodePoolRollingEventData- Parameters:
nodePoolName- the nodePoolName value to set.- Returns:
- the ContainerServiceNodePoolRollingEventData object itself.
-