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