Class ContainerServiceClusterSupportEndedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ContainerServiceClusterSupportEventData
com.azure.messaging.eventgrid.systemevents.ContainerServiceClusterSupportEndedEventData
public final class ContainerServiceClusterSupportEndedEventData
extends ContainerServiceClusterSupportEventData
Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.ClusterSupportEnded event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerServiceClusterSupportEndedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionsetKubernetesVersion(String kubernetesVersion) Set the kubernetesVersion property: The Kubernetes version of the ManagedCluster resource.Methods inherited from class com.azure.messaging.eventgrid.systemevents.ContainerServiceClusterSupportEventData
getKubernetesVersion
-
Constructor Details
-
ContainerServiceClusterSupportEndedEventData
public ContainerServiceClusterSupportEndedEventData()Creates an instance of ContainerServiceClusterSupportEndedEventData class.
-
-
Method Details
-
setKubernetesVersion
Set the kubernetesVersion property: The Kubernetes version of the ManagedCluster resource.- Overrides:
setKubernetesVersionin classContainerServiceClusterSupportEventData- Parameters:
kubernetesVersion- the kubernetesVersion value to set.- Returns:
- the ContainerServiceClusterSupportEventData object itself.
-