Class ContainerServiceNodePoolRollingEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ContainerServiceNodePoolRollingEventData
- Direct Known Subclasses:
ContainerServiceNodePoolRollingFailedEventData,ContainerServiceNodePoolRollingStartedEventData,ContainerServiceNodePoolRollingSucceededEventData
Schema of common properties of node pool rolling events.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerServiceNodePoolRollingEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the nodePoolName property: The name of the node pool in the ManagedCluster resource.setNodePoolName(String nodePoolName) Set the nodePoolName property: The name of the node pool in the ManagedCluster resource.
-
Constructor Details
-
ContainerServiceNodePoolRollingEventData
public ContainerServiceNodePoolRollingEventData()Creates an instance of ContainerServiceNodePoolRollingEventData class.
-
-
Method Details
-
getNodePoolName
Get the nodePoolName property: The name of the node pool in the ManagedCluster resource.- Returns:
- the nodePoolName value.
-
setNodePoolName
Set the nodePoolName property: The name of the node pool in the ManagedCluster resource.- Parameters:
nodePoolName- the nodePoolName value to set.- Returns:
- the ContainerServiceNodePoolRollingEventData object itself.
-