Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpgradePolicy

Package version

Describes an upgrade policy - automatic, manual, or rolling.

Hierarchy

  • UpgradePolicy

Index

Properties

Optional autoOSUpgradePolicy

autoOSUpgradePolicy: AutoOSUpgradePolicy

Configuration parameters used for performing automatic OS Upgrade.

Optional automaticOSUpgrade

automaticOSUpgrade: undefined | false | true

Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available.

Optional mode

Specifies the mode of an upgrade to virtual machines in the scale set.

Possible values are:

Manual - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.

Automatic - All virtual machines in the scale set are automatically updated at the same time. Possible values include: 'Automatic', 'Manual', 'Rolling'

Optional rollingUpgradePolicy

rollingUpgradePolicy: RollingUpgradePolicy

The configuration parameters used while performing a rolling upgrade.

Generated using TypeDoc