IExecutionPlacement.DistributionMaxInstancesPerHost Property

Definition

Maximum number of instances allowed per compute unit (node/VM). If not specified, default scheduling applies.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Maximum number of instances allowed per compute unit (node/VM). If not specified, default scheduling applies.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maxInstancesPerHost", Update=true)]
public int? DistributionMaxInstancesPerHost { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Maximum number of instances allowed per compute unit (node/VM). If not specified, default scheduling applies.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maxInstancesPerHost", Update=true)>]
member this.DistributionMaxInstancesPerHost : Nullable<int> with get, set
Public Property DistributionMaxInstancesPerHost As Nullable(Of Integer)

Property Value

Attributes

Applies to