Share via


IStorage.AutoGrow Property

Definition

Enable Storage Auto Grow or not.

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Enable Storage Auto Grow or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum) }, ReadOnly=false, Required=false, SerializedName="autoGrow")]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum? AutoGrow { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Enable Storage Auto Grow or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum) }, ReadOnly=false, Required=false, SerializedName="autoGrow")>]
member this.AutoGrow : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum> with get, set
Public Property AutoGrow As Nullable(Of EnableStatusEnum)

Property Value

Attributes

Applies to