NewAzKustoCluster_CreateExpanded.OptimizedAutoscaleIsEnabled 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="A boolean value that indicate if the optimized autoscale feature is enabled or not.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="isEnabled")]
[System.Management.Automation.Parameter(HelpMessage="A boolean value that indicate if the optimized autoscale feature is enabled or not.", Mandatory=false)]
public System.Management.Automation.SwitchParameter OptimizedAutoscaleIsEnabled { 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="A boolean value that indicate if the optimized autoscale feature is enabled or not.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="isEnabled")>]
[<System.Management.Automation.Parameter(HelpMessage="A boolean value that indicate if the optimized autoscale feature is enabled or not.", Mandatory=false)>]
member this.OptimizedAutoscaleIsEnabled : System.Management.Automation.SwitchParameter with get, set
Public Property OptimizedAutoscaleIsEnabled As SwitchParameter
Property Value
- Attributes