| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withDefaultProperty(Boolean defaultProperty)
Set the defaultProperty property: Installed by default if version is not specified.
|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withIsPreview(Boolean isPreview)
Set the isPreview property: Whether Kubernetes version is currently in preview.
|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withOrchestratorType(String orchestratorType)
Set the orchestratorType property: Orchestrator type.
|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withOrchestratorVersion(String orchestratorVersion)
Set the orchestratorVersion property: Orchestrator version (major, minor, patch).
|
OrchestratorVersionProfile |
OrchestratorVersionProfile.withUpgrades(List<OrchestratorProfile> upgrades)
Set the upgrades property: The list of available upgrade versions.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.