Share via


IGen1EnvironmentUpdateParameters.SkuCapacity Property

Definition

The capacity of the sku. For Gen1 environments, this value can be changed to support scale out of environments after they have been created.

[Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="The capacity of the sku. For Gen1 environments, this value can be changed to support scale out of environments after they have been created.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="capacity")]
public int? SkuCapacity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="The capacity of the sku. For Gen1 environments, this value can be changed to support scale out of environments after they have been created.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="capacity")>]
member this.SkuCapacity : Nullable<int> with get, set
Public Property SkuCapacity As Nullable(Of Integer)

Property Value

Attributes

Applies to