PostgreSqlFlexibleServerStorage.AutoGrow 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.
Flag to enable or disable the automatic growth of storage size of a server when available space is nearing zero and conditions allow for automatically growing storage size.
public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.StorageAutoGrow? AutoGrow { get; set; }
member this.AutoGrow : Nullable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.StorageAutoGrow> with get, set
Public Property AutoGrow As Nullable(Of StorageAutoGrow)