Compartilhar via


ITargetUtilizationScaleSettings.MaxInstance Property

Definition

The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maxInstances")]
public int? MaxInstance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maxInstances")>]
member this.MaxInstance : Nullable<int> with get, set
Public Property MaxInstance As Nullable(Of Integer)

Property Value

Attributes

Applies to