你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISkuCapacity.ScaleType Property

Definition

Gets or sets the type of the scale.

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

Property Value

Attributes

Applies to