Uses of Class
com.microsoft.azure.management.containerservice.OrchestratorVersionProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of OrchestratorVersionProfile in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionOrchestratorVersionProfile.withDefaultProperty
(Boolean defaultProperty) Set installed by default if version is not specified.OrchestratorVersionProfile.withIsPreview
(Boolean isPreview) Set whether Kubernetes version is currently in preview.OrchestratorVersionProfile.withOrchestratorType
(String orchestratorType) Set orchestrator type.OrchestratorVersionProfile.withOrchestratorVersion
(String orchestratorVersion) Set orchestrator version (major, minor, patch).OrchestratorVersionProfile.withUpgrades
(List<OrchestratorProfile> upgrades) Set the list of available upgrade versions.