Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
UpgradePolicy |
VirtualMachineScaleSetInner.upgradePolicy()
Get the upgradePolicy property: The upgrade policy.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetInner |
VirtualMachineScaleSetInner.withUpgradePolicy(UpgradePolicy upgradePolicy)
Set the upgradePolicy property: The upgrade policy.
|
Modifier and Type | Method and Description |
---|---|
UpgradePolicy |
VirtualMachineScaleSetUpdate.upgradePolicy()
Get the upgradePolicy property: The upgrade policy.
|
UpgradePolicy |
UpgradePolicy.withAutomaticOSUpgradePolicy(AutomaticOSUpgradePolicy automaticOSUpgradePolicy)
Set the automaticOSUpgradePolicy property: Configuration parameters used for performing automatic OS Upgrade.
|
UpgradePolicy |
UpgradePolicy.withMode(UpgradeMode mode)
Set the mode property: 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.
|
UpgradePolicy |
UpgradePolicy.withRollingUpgradePolicy(RollingUpgradePolicy rollingUpgradePolicy)
Set the rollingUpgradePolicy property: The configuration parameters used while performing a rolling upgrade.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withUpgradePolicy(UpgradePolicy upgradePolicy)
Set the upgradePolicy property: The upgrade policy.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.