ComputeResource Constructors
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.
Overloads
ComputeResource() |
Initializes a new instance of the ComputeResource class. |
ComputeResource(Int32, Int64) |
Initializes a new instance of the ComputeResource class. |
ComputeResource()
Initializes a new instance of the ComputeResource class.
public ComputeResource ();
Public Sub New ()
Applies to
ComputeResource(Int32, Int64)
Initializes a new instance of the ComputeResource class.
public ComputeResource (int processorCount, long memoryInGB);
new Microsoft.Azure.Management.DataBoxEdge.Models.ComputeResource : int * int64 -> Microsoft.Azure.Management.DataBoxEdge.Models.ComputeResource
Public Sub New (processorCount As Integer, memoryInGB As Long)
Parameters
- processorCount
- Int32
Processor count
- memoryInGB
- Int64
Memory in GB