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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java