VirtualMachineScaleSetUpdateProperties interface
Describes the properties of a Virtual Machine Scale Set.
Properties
| additional |
Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type. |
| automatic |
Policy for automatic repairs. |
| do |
When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. |
| overprovision | Specifies whether the Virtual Machine Scale Set should be overprovisioned. |
| proximity |
Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. |
| scale |
Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set. |
| single |
When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true. |
| upgrade |
The upgrade policy. |
| virtual |
The virtual machine profile. |
Property Details
additionalCapabilities
Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
additionalCapabilities?: AdditionalCapabilities
Property Value
automaticRepairsPolicy
Policy for automatic repairs.
automaticRepairsPolicy?: AutomaticRepairsPolicy
Property Value
doNotRunExtensionsOnOverprovisionedVMs
When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs.
doNotRunExtensionsOnOverprovisionedVMs?: boolean
Property Value
boolean
overprovision
Specifies whether the Virtual Machine Scale Set should be overprovisioned.
overprovision?: boolean
Property Value
boolean
proximityPlacementGroup
Specifies information about the proximity placement group that the virtual machine scale set should be assigned to.
Minimum api-version: 2018-04-01.
proximityPlacementGroup?: SubResource
Property Value
scaleInPolicy
Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.
scaleInPolicy?: ScaleInPolicy
Property Value
singlePlacementGroup
When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true.
singlePlacementGroup?: boolean
Property Value
boolean
upgradePolicy
virtualMachineProfile
The virtual machine profile.
virtualMachineProfile?: VirtualMachineScaleSetUpdateVMProfile