VirtualMachineScaleSetVMInstanceView.PlatformFaultDomain Property

Definition

Gets or sets the Fault Domain count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to