Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdate
Packages that use VirtualMachineScaleSetUpdate
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdate in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetUpdateModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities) Set specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set.VirtualMachineScaleSetUpdate.withAutomaticRepairsPolicy(AutomaticRepairsPolicy automaticRepairsPolicy) Set policy for automatic repairs.VirtualMachineScaleSetUpdate.withDoNotRunExtensionsOnOverprovisionedVMs(Boolean doNotRunExtensionsOnOverprovisionedVMs) Set when Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept.VirtualMachineScaleSetUpdate.withIdentity(VirtualMachineScaleSetIdentity identity) Set the identity of the virtual machine scale set, if configured.VirtualMachineScaleSetUpdate.withOverprovision(Boolean overprovision) Set specifies whether the Virtual Machine Scale Set should be overprovisioned.Set the purchase plan when deploying a virtual machine scale set from VM Marketplace images.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.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.withSinglePlacementGroup(Boolean singlePlacementGroup) Set when true this limits the scale set to a single placement group, of max size 100 virtual machines.Set the virtual machine scale set sku.VirtualMachineScaleSetUpdate.withUpgradePolicy(UpgradePolicy upgradePolicy) Set the upgrade policy.VirtualMachineScaleSetUpdate.withVirtualMachineProfile(VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile) Set the virtual machine profile.