Class ContainerServiceNodePoolRollingEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.ContainerServiceNodePoolRollingEventData
Direct Known Subclasses:
ContainerServiceNodePoolRollingFailedEventData, ContainerServiceNodePoolRollingStartedEventData, ContainerServiceNodePoolRollingSucceededEventData

public class ContainerServiceNodePoolRollingEventData extends Object
Schema of common properties of node pool rolling events.
  • Constructor Details

    • ContainerServiceNodePoolRollingEventData

      public ContainerServiceNodePoolRollingEventData()
      Creates an instance of ContainerServiceNodePoolRollingEventData class.
  • Method Details

    • getNodePoolName

      public String getNodePoolName()
      Get the nodePoolName property: The name of the node pool in the ManagedCluster resource.
      Returns:
      the nodePoolName value.
    • setNodePoolName

      public ContainerServiceNodePoolRollingEventData setNodePoolName(String nodePoolName)
      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.