Share via


VirtualMachine.PlatformFaultDomain Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.platformFaultDomain")]
public int? PlatformFaultDomain { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.platformFaultDomain")>]
member this.PlatformFaultDomain : Nullable<int> with get, set
Public Property PlatformFaultDomain As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to