Share via


IVirtualMachineScaleSet.DoNotRunExtensionsOnOverprovisionedVMs Property

Definition

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.

public bool? DoNotRunExtensionsOnOverprovisionedVMs { get; }
member this.DoNotRunExtensionsOnOverprovisionedVMs : Nullable<bool>
Public ReadOnly Property DoNotRunExtensionsOnOverprovisionedVMs As Nullable(Of Boolean)

Property Value

Applies to