Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
AutomaticOSUpgradePolicy |
UpgradePolicy.automaticOSUpgradePolicy()
Get the automaticOSUpgradePolicy property: Configuration parameters used for performing automatic OS Upgrade.
|
AutomaticOSUpgradePolicy |
AutomaticOSUpgradePolicy.withDisableAutomaticRollback(Boolean disableAutomaticRollback)
Set the disableAutomaticRollback property: Whether OS image rollback feature should be disabled.
|
AutomaticOSUpgradePolicy |
AutomaticOSUpgradePolicy.withEnableAutomaticOSUpgrade(Boolean enableAutomaticOSUpgrade)
Set the enableAutomaticOSUpgrade property: Indicates whether OS upgrades should automatically be applied to scale
set instances in a rolling fashion when a newer version of the OS image becomes available.
|
Modifier and Type | Method and Description |
---|---|
UpgradePolicy |
UpgradePolicy.withAutomaticOSUpgradePolicy(AutomaticOSUpgradePolicy automaticOSUpgradePolicy)
Set the automaticOSUpgradePolicy property: Configuration parameters used for performing automatic OS Upgrade.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.