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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java