Uses of Class
com.azure.resourcemanager.containerservice.models.OrchestratorVersionProfile
Packages that use OrchestratorVersionProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 OrchestratorVersionProfileModifier and TypeMethodDescriptionOrchestratorVersionProfileListResultInner.orchestrators()Get the orchestrators property: List of orchestrator version profiles.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 OrchestratorVersionProfileModifier and TypeMethodDescriptionOrchestratorVersionProfileListResultInner.withOrchestrators(List<OrchestratorVersionProfile> orchestrators) Set the orchestrators property: List of orchestrator version profiles.OrchestratorVersionProfileProperties.withOrchestrators(List<OrchestratorVersionProfile> orchestrators) Set the orchestrators property: List of orchestrator version profiles. -
Uses of OrchestratorVersionProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type OrchestratorVersionProfileModifier and TypeClassDescriptionfinal classThe profile of an orchestrator and its available versions.Methods in com.azure.resourcemanager.containerservice.models that return OrchestratorVersionProfileModifier and TypeMethodDescriptionstatic OrchestratorVersionProfileOrchestratorVersionProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OrchestratorVersionProfile from the JsonReader.OrchestratorVersionProfile.withDefaultProperty(Boolean defaultProperty) Set the defaultProperty property: Installed by default if version is not specified.OrchestratorVersionProfile.withIsPreview(Boolean isPreview) Set the isPreview property: Whether Kubernetes version is currently in preview.OrchestratorVersionProfile.withOrchestratorType(String orchestratorType) Set the orchestratorType property: Orchestrator type.OrchestratorVersionProfile.withOrchestratorVersion(String orchestratorVersion) Set the orchestratorVersion property: Orchestrator version (major, minor, patch).OrchestratorVersionProfile.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 OrchestratorVersionProfileModifier and TypeMethodDescriptioncom.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.