IVirtualMachineInstanceUpdateRequest.HardwareProfileMemoryMb Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RAM in MB for the virtual machine instance
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="RAM in MB for the virtual machine instance", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="memoryMB", Update=true)]
public long? HardwareProfileMemoryMb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="RAM in MB for the virtual machine instance", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="memoryMB", Update=true)>]
member this.HardwareProfileMemoryMb : Nullable<int64> with get, set
Public Property HardwareProfileMemoryMb As Nullable(Of Long)
Property Value
- Attributes