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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type OrchestratorProfileModifier and TypeClassDescriptionfinal classContains information about orchestrator.Methods in com.azure.resourcemanager.containerservice.models that return OrchestratorProfileModifier and TypeMethodDescriptionstatic OrchestratorProfileOrchestratorProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OrchestratorProfile from the JsonReader.OrchestratorProfile.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.