ISqlInstanceSettings.MinServerMemoryMb Property

Definition

SQL Server minimum memory.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server minimum memory.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="minServerMemoryMB", Update=true)]
public int? MinServerMemoryMb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server minimum memory.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="minServerMemoryMB", Update=true)>]
member this.MinServerMemoryMb : Nullable<int> with get, set
Public Property MinServerMemoryMb As Nullable(Of Integer)

Property Value

Attributes

Applies to