PipelineGroupExecutionPlacement.DistributionMaxInstancesPerHost 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.
Maximum number of instances allowed per compute unit (node/VM). If not specified, default scheduling applies.
public int? DistributionMaxInstancesPerHost { get; set; }
member this.DistributionMaxInstancesPerHost : Nullable<int> with get, set
Public Property DistributionMaxInstancesPerHost As Nullable(Of Integer)