ISkuCapacity.ScaleType Property

Definition

Gets or sets the type of the scale.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Gets or sets the type of the scale.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuScaleType) }, ReadOnly=false, Required=false, SerializedName="scaleType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuScaleType? ScaleType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Gets or sets the type of the scale.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuScaleType) }, ReadOnly=false, Required=false, SerializedName="scaleType")>]
member this.ScaleType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SkuScaleType> with get, set
Public Property ScaleType As Nullable(Of SkuScaleType)

Property Value

Attributes

Applies to