Share via


IVirtualMachineTemplateProperties.MemorySizeMb Property

Definition

Gets or sets memory size in MBs for the template.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets or sets memory size in MBs for the template.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="memorySizeMB", Update=false)]
public int? MemorySizeMb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets or sets memory size in MBs for the template.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="memorySizeMB", Update=false)>]
member this.MemorySizeMb : Nullable<int>
Public ReadOnly Property MemorySizeMb As Nullable(Of Integer)

Property Value

Attributes

Applies to