IPerformanceTierProperties.MinLargeStorageMb 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="minLargeStorageMB")]
public int? MinLargeStorageMb { 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="minLargeStorageMB")>]
member this.MinLargeStorageMb : Nullable<int> with get, set
Public Property MinLargeStorageMb As Nullable(Of Integer)

Property Value

Attributes

Applies to