NGroupData.PlacementFaultDomainCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of fault domains to be used to spread CGs in the NGroups resource. This can only be specified during NGroup creation and is immutable after that.
public int? PlacementFaultDomainCount { get; set; }
member this.PlacementFaultDomainCount : Nullable<int> with get, set
Public Property PlacementFaultDomainCount As Nullable(Of Integer)