ArmDataBoxEdgeModelFactory.DataBoxEdgeVmMemory Method
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.
public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeVmMemory DataBoxEdgeVmMemory(long? startupMemoryInMB = default, long? currentMemoryUsageInMB = default);
static member DataBoxEdgeVmMemory : Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeVmMemory
Public Shared Function DataBoxEdgeVmMemory (Optional startupMemoryInMB As Nullable(Of Long) = Nothing, Optional currentMemoryUsageInMB As Nullable(Of Long) = Nothing) As DataBoxEdgeVmMemory
Parameters
The total amount of RAM in the virtual machine, as seen by the guest operating system. For a virtual machine with dynamic memory enabled, this represents the initial memory available at startup.
Returns
A new DataBoxEdgeVmMemory instance for mocking.