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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java