UpdateAzKustoCluster_UpdateViaIdentityExpanded.OptimizedAutoscaleMaximum 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.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Maximum allowed instances count.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maximum")]
[System.Management.Automation.Parameter(HelpMessage="Maximum allowed instances count.", Mandatory=false)]
public int OptimizedAutoscaleMaximum { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Maximum allowed instances count.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maximum")>]
[<System.Management.Automation.Parameter(HelpMessage="Maximum allowed instances count.", Mandatory=false)>]
member this.OptimizedAutoscaleMaximum : int with get, set
Public Property OptimizedAutoscaleMaximum As Integer
Property Value
- Attributes