ISkuResource.CapacityScaleType Property

Definition

Gets or sets the type of the scale.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Automatic", "Manual", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Gets or sets the type of the scale.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scaleType", Update=true)]
public string CapacityScaleType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Automatic", "Manual", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Gets or sets the type of the scale.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scaleType", Update=true)>]
member this.CapacityScaleType : string with get, set
Public Property CapacityScaleType As String

Property Value

Attributes

Applies to