| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities)
Set specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withAutomaticRepairsPolicy(AutomaticRepairsPolicy automaticRepairsPolicy)
Set policy for automatic repairs.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withDoNotRunExtensionsOnOverprovisionedVMs(Boolean doNotRunExtensionsOnOverprovisionedVMs)
Set when Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept.
|
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.withProximityPlacementGroup(com.microsoft.azure.SubResource proximityPlacementGroup)
Set specifies information about the proximity placement group that the virtual machine scale set should be assigned to.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withScaleInPolicy(ScaleInPolicy scaleInPolicy)
Set specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.
|
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.
*/