Class ContainerServiceClusterSupportEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ContainerServiceClusterSupportEventData
- Direct Known Subclasses:
ContainerServiceClusterSupportEndedEventData,ContainerServiceClusterSupportEndingEventData
Schema of common properties of cluster support events.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerServiceClusterSupportEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the kubernetesVersion property: The Kubernetes version of the ManagedCluster resource.setKubernetesVersion(String kubernetesVersion) Set the kubernetesVersion property: The Kubernetes version of the ManagedCluster resource.
-
Constructor Details
-
ContainerServiceClusterSupportEventData
public ContainerServiceClusterSupportEventData()Creates an instance of ContainerServiceClusterSupportEventData class.
-
-
Method Details
-
getKubernetesVersion
Get the kubernetesVersion property: The Kubernetes version of the ManagedCluster resource.- Returns:
- the kubernetesVersion value.
-
setKubernetesVersion
Set the kubernetesVersion property: The Kubernetes version of the ManagedCluster resource.- Parameters:
kubernetesVersion- the kubernetesVersion value to set.- Returns:
- the ContainerServiceClusterSupportEventData object itself.
-