UpdateAzPostgreSqlFlexibleServer_UpdateViaIdentityExpanded.StorageSizeGb Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Category(new Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.ParameterCategory.Body })]
[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")]
[System.Management.Automation.Parameter(HelpMessage="Max storage allowed for a server.", Mandatory=false)]
public int StorageSizeGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Category(new Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.ParameterCategory.Body })>]
[<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")>]
[<System.Management.Automation.Parameter(HelpMessage="Max storage allowed for a server.", Mandatory=false)>]
member this.StorageSizeGb : int with get, set
Public Property StorageSizeGb As Integer

Property Value

Int32
Attributes

Applies to