UpgradeMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for UpgradeMode.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum UpgradeMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type UpgradeMode =
Public Enum UpgradeMode
- Inheritance
-
UpgradeMode
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | All virtual machines in the scale set are automatically updated at the same time. |
Manual | 1 | You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action. |
Rolling | 2 | The existing instances in a scale set are brought down in batches to be upgraded. Once the upgraded batch is complete, the instances will begin taking traffic again and the next batch will begin. This continues until all instances brought up-to-date. |
Applies to
Azure SDK for .NET