ArmDataBoxEdgeModelFactory.EdgeComputeResourceInfo(Int32, Int64) 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.EdgeComputeResourceInfo EdgeComputeResourceInfo(int processorCount = 0, long memoryInGB = 0);
static member EdgeComputeResourceInfo : int * int64 -> Azure.ResourceManager.DataBoxEdge.Models.EdgeComputeResourceInfo
Public Shared Function EdgeComputeResourceInfo (Optional processorCount As Integer = 0, Optional memoryInGB As Long = 0) As EdgeComputeResourceInfo
Parameters
- processorCount
- Int32
Processor count.
- memoryInGB
- Int64
Memory in GB.
Returns
A new EdgeComputeResourceInfo instance for mocking.