Class ContainerServiceNodePoolRollingStartedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ContainerServiceNodePoolRollingEventData
com.azure.messaging.eventgrid.systemevents.ContainerServiceNodePoolRollingStartedEventData
public final class ContainerServiceNodePoolRollingStartedEventData
extends ContainerServiceNodePoolRollingEventData
Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NodePoolRollingStarted event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerServiceNodePoolRollingStartedEventData 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
-
ContainerServiceNodePoolRollingStartedEventData
public ContainerServiceNodePoolRollingStartedEventData()Creates an instance of ContainerServiceNodePoolRollingStartedEventData 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.
-