ITargetUtilizationScaleSettings.MinInstance Property

Definition

The minimum number of instances to always be present.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The minimum number of instances to always be present.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="minInstances")]
public int? MinInstance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The minimum number of instances to always be present.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="minInstances")>]
member this.MinInstance : Nullable<int> with get, set
Public Property MinInstance As Nullable(Of Integer)

Property Value

Attributes

Applies to