| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withIdentity(VirtualMachineScaleSetIdentity identity)
Set the identity of the virtual machine scale set, if configured.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withOverprovision(Boolean overprovision)
Set specifies whether the Virtual Machine Scale Set should be overprovisioned.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withPlan(Plan plan)
Set the purchase plan when deploying a virtual machine scale set from VM Marketplace images.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withSinglePlacementGroup(Boolean singlePlacementGroup)
Set when true this limits the scale set to a single placement group, of max size 100 virtual machines.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withSku(Sku sku)
Set the virtual machine scale set sku.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withUpgradePolicy(UpgradePolicy upgradePolicy)
Set the upgrade policy.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withVirtualMachineProfile(VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile)
Set the virtual machine profile.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/