Partilhar via


ComputeFleetComputeProfile.PlatformFaultDomainCount Property

Definition

Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.

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

Property Value

Applies to