VirtualMachineData.PlatformFaultDomain Property

Definition

Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains. This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set. The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' greater than 1. This property cannot be updated once the Virtual Machine is created. Fault domain assignment can be viewed in the Virtual Machine Instance View. Minimum api‐version: 2020‐12‐01.

public int? PlatformFaultDomain { get; set; }
member this.PlatformFaultDomain : Nullable<int> with get, set
Public Property PlatformFaultDomain As Nullable(Of Integer)

Property Value

Applies to