Uses of Class
com.microsoft.azure.management.containerservice.OrchestratorProfile
Packages that use OrchestratorProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of OrchestratorProfile in com.microsoft.azure.management.containerservice
Methods in com.microsoft.azure.management.containerservice that return OrchestratorProfileModifier and TypeMethodDescriptionOrchestratorProfile.withIsPreview
(Boolean isPreview) Set whether Kubernetes version is currently in preview.OrchestratorProfile.withOrchestratorType
(String orchestratorType) Set orchestrator type.OrchestratorProfile.withOrchestratorVersion
(String orchestratorVersion) Set orchestrator version (major, minor, patch).Methods in com.microsoft.azure.management.containerservice that return types with arguments of type OrchestratorProfileModifier and TypeMethodDescriptionOrchestratorVersionProfile.upgrades()
Get the list of available upgrade versions.Method parameters in com.microsoft.azure.management.containerservice with type arguments of type OrchestratorProfileModifier and TypeMethodDescriptionOrchestratorVersionProfile.withUpgrades
(List<OrchestratorProfile> upgrades) Set the list of available upgrade versions.