你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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