共用方式為


ComputeResource Constructors

Definition

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

Applies to