IAzureCapacity.ScaleType Property

Definition

Scale type.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "automatic", "manual", "none" })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Scale type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="scaleType", Update=true)]
public string ScaleType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "automatic", "manual", "none" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Scale type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="scaleType", Update=true)>]
member this.ScaleType : string with get, set
Public Property ScaleType As String

Property Value

Attributes

Applies to