| Package | Description | 
|---|---|
| com.microsoft.azure.management.compute | 
 This package contains the classes for ComputeManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UpgradeMode | 
UpgradeMode.fromString(String value)
Parses a serialized value to a UpgradeMode instance. 
 | 
UpgradeMode | 
UpgradePolicy.mode()
Get specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You  control the application of updates to virtual machines in the scale set. 
 | 
UpgradeMode | 
VirtualMachineScaleSet.upgradeModel()  | 
static UpgradeMode | 
UpgradeMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static UpgradeMode[] | 
UpgradeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpgradePolicy | 
UpgradePolicy.withMode(UpgradeMode mode)
Set specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You  control the application of updates to virtual machines in the scale set. 
 | 
VirtualMachineScaleSet.DefinitionStages.WithCreate | 
VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy.withUpgradeMode(UpgradeMode upgradeMode)
Specifies the virtual machine scale set upgrade policy mode. 
 | 
Copyright © 2019. All rights reserved.