IStorage.SizeGb Property

Definition

Max storage allowed for a server.

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Max storage allowed for a server.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="storageSizeGB")]
public int? SizeGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Max storage allowed for a server.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="storageSizeGB")>]
member this.SizeGb : Nullable<int> with get, set
Public Property SizeGb As Nullable(Of Integer)

Property Value

Attributes

Applies to