KubernetesCluster.UpdateStages.WithVersion Interface
public static interface KubernetesCluster.UpdateStages.WithVersion
The stage of the Kubernetes cluster update allowing to specify orchestration type.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withVersion(String kubernetesVersion)
Specifies the version for the Kubernetes cluster. |
Method Details
withVersion
public abstract KubernetesCluster.Update withVersion(String kubernetesVersion)
Specifies the version for the Kubernetes cluster. Could retrieve from listOrchestrators(Region region, ContainerServiceResourceTypes resourceTypes) To prevent version conflicts, specify a higher version than the initial version.
Parameters:
kubernetesVersion
- the kubernetes version
Returns:
the next stage
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java