Uses of Class
com.azure.resourcemanager.containerservice.models.OrchestratorVersionProfile
-
Packages that use OrchestratorVersionProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of OrchestratorVersionProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type OrchestratorVersionProfile Modifier and Type Method Description List<OrchestratorVersionProfile>OrchestratorVersionProfileListResultInner. orchestrators()Get the orchestrators property: List of orchestrator version profiles.List<OrchestratorVersionProfile>OrchestratorVersionProfileProperties. orchestrators()Get the orchestrators property: List of orchestrator version profiles.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type OrchestratorVersionProfile Modifier and Type Method Description OrchestratorVersionProfileListResultInnerOrchestratorVersionProfileListResultInner. withOrchestrators(List<OrchestratorVersionProfile> orchestrators)Set the orchestrators property: List of orchestrator version profiles.OrchestratorVersionProfilePropertiesOrchestratorVersionProfileProperties. withOrchestrators(List<OrchestratorVersionProfile> orchestrators)Set the orchestrators property: List of orchestrator version profiles. -
Uses of OrchestratorVersionProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return OrchestratorVersionProfile Modifier and Type Method Description OrchestratorVersionProfileOrchestratorVersionProfile. withDefaultProperty(Boolean defaultProperty)Set the defaultProperty property: Installed by default if version is not specified.OrchestratorVersionProfileOrchestratorVersionProfile. withIsPreview(Boolean isPreview)Set the isPreview property: Whether Kubernetes version is currently in preview.OrchestratorVersionProfileOrchestratorVersionProfile. withOrchestratorType(String orchestratorType)Set the orchestratorType property: Orchestrator type.OrchestratorVersionProfileOrchestratorVersionProfile. withOrchestratorVersion(String orchestratorVersion)Set the orchestratorVersion property: Orchestrator version (major, minor, patch).OrchestratorVersionProfileOrchestratorVersionProfile. withUpgrades(List<OrchestratorProfile> upgrades)Set the upgrades property: The list of available upgrade versions.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OrchestratorVersionProfile Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OrchestratorVersionProfile>KubernetesClusters. listOrchestrators(com.azure.core.management.Region region, ContainerServiceResourceTypes resourceTypes)Returns the list of available orchestrators for the given Azure region.com.azure.core.http.rest.PagedFlux<OrchestratorVersionProfile>KubernetesClusters. listOrchestratorsAsync(com.azure.core.management.Region region, ContainerServiceResourceTypes resourceTypes)Returns the list of available orchestrators for the given Azure region.
-