ArmDataBoxEdgeModelFactory.DataBoxEdgeVmMemory Method

Definition

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

startupMemoryInMB
Nullable<Int64>

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.

currentMemoryUsageInMB
Nullable<Int64>

The current memory used by the virtual machine.

Returns

A new DataBoxEdgeVmMemory instance for mocking.

Applies to