IServerAutoGenerated.StorageAutoGrow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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? StorageAutoGrow { 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.StorageAutoGrow : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum> with get, set
Public Property StorageAutoGrow As Nullable(Of EnableStatusEnum)
Property Value
- Attributes