Uses of Class
com.azure.resourcemanager.containerservice.models.OrchestratorProfile
Packages that use OrchestratorProfile
Package
Description
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 OrchestratorProfileModifier and TypeMethodDescriptionOrchestratorProfile.withIsPreview(Boolean isPreview) Set the isPreview property: Whether Kubernetes version is currently in preview.OrchestratorProfile.withOrchestratorType(String orchestratorType) Set the orchestratorType property: Orchestrator type.OrchestratorProfile.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 OrchestratorProfileModifier and TypeMethodDescriptionOrchestratorVersionProfile.upgrades()Get the upgrades property: The list of available upgrade versions.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type OrchestratorProfileModifier and TypeMethodDescriptionOrchestratorVersionProfile.withUpgrades(List<OrchestratorProfile> upgrades) Set the upgrades property: The list of available upgrade versions.