次の方法で共有


EdgeComputeResourceInfo(Int32, Int64) コンストラクター

定義

EdgeComputeResourceInfo の新しいインスタンスを初期化します。

public EdgeComputeResourceInfo (int processorCount, long memoryInGB);
new Azure.ResourceManager.DataBoxEdge.Models.EdgeComputeResourceInfo : int * int64 -> Azure.ResourceManager.DataBoxEdge.Models.EdgeComputeResourceInfo
Public Sub New (processorCount As Integer, memoryInGB As Long)

パラメーター

processorCount
Int32

プロセッサ数。

memoryInGB
Int64

メモリ (GB 単位)。

適用対象