Uses of Class
com.azure.resourcemanager.containerservice.models.OrchestratorProfile
-
Packages that use OrchestratorProfile Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of OrchestratorProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return OrchestratorProfile Modifier and Type Method Description OrchestratorProfileOrchestratorProfile. withIsPreview(Boolean isPreview)Set the isPreview property: Whether Kubernetes version is currently in preview.OrchestratorProfileOrchestratorProfile. withOrchestratorType(String orchestratorType)Set the orchestratorType property: Orchestrator type.OrchestratorProfileOrchestratorProfile. withOrchestratorVersion(String orchestratorVersion)Set the orchestratorVersion property: Orchestrator version (major, minor, patch).Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OrchestratorProfile Modifier and Type Method Description List<OrchestratorProfile>OrchestratorVersionProfile. upgrades()Get the upgrades property: The list of available upgrade versions.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type OrchestratorProfile Modifier and Type Method Description OrchestratorVersionProfileOrchestratorVersionProfile. withUpgrades(List<OrchestratorProfile> upgrades)Set the upgrades property: The list of available upgrade versions.
-