IServerForCreate.StorageProfileStorageMb Property

Definition

Max storage allowed for a server.

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

Property Value

Attributes

Applies to