IServerUpdateParameters.StorageProfileStorageAutogrow 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.
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Enable Storage Auto Grow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow) }, ReadOnly=false, Required=false, SerializedName="storageAutogrow")]
public Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow? StorageProfileStorageAutogrow { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Enable Storage Auto Grow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow) }, ReadOnly=false, Required=false, SerializedName="storageAutogrow")>]
member this.StorageProfileStorageAutogrow : Nullable<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow> with get, set
Public Property StorageProfileStorageAutogrow As Nullable(Of StorageAutogrow)
Property Value
- Attributes