Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.AutoUpgradeOptions
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of AutoUpgradeOptions in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeFieldDescriptionstatic final AutoUpgradeOptions
AutoUpgradeOptions.DISABLED
Static value Disabled for AutoUpgradeOptions.static final AutoUpgradeOptions
AutoUpgradeOptions.ENABLED
Static value Enabled for AutoUpgradeOptions.Modifier and TypeMethodDescriptionArcAgentProfile.agentAutoUpgrade()
Get the agentAutoUpgrade property: Indicates whether the Arc agents on the provisioned clusters be upgraded automatically to the latest version.static AutoUpgradeOptions
AutoUpgradeOptions.fromString
(String name) Creates or finds a AutoUpgradeOptions from its string representation.Modifier and TypeMethodDescriptionstatic Collection<AutoUpgradeOptions>
AutoUpgradeOptions.values()
Gets known AutoUpgradeOptions values.Modifier and TypeMethodDescriptionArcAgentProfile.withAgentAutoUpgrade
(AutoUpgradeOptions agentAutoUpgrade) Set the agentAutoUpgrade property: Indicates whether the Arc agents on the provisioned clusters be upgraded automatically to the latest version.