次の方法で共有


ArmDataBoxEdgeModelFactory.EdgeKubernetesRoleCompute メソッド

定義

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

public static Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesRoleCompute EdgeKubernetesRoleCompute (string vmProfile = default, long? memoryInBytes = default, int? processorCount = default);
static member EdgeKubernetesRoleCompute : string * Nullable<int64> * Nullable<int> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesRoleCompute
Public Shared Function EdgeKubernetesRoleCompute (Optional vmProfile As String = Nothing, Optional memoryInBytes As Nullable(Of Long) = Nothing, Optional processorCount As Nullable(Of Integer) = Nothing) As EdgeKubernetesRoleCompute

パラメーター

vmProfile
String

VM プロファイル。

memoryInBytes
Nullable<Int64>

メモリ (バイト単位)。

processorCount
Nullable<Int32>

プロセッサ数。

戻り値

モック作成用の新しい EdgeKubernetesRoleCompute インスタンス。

適用対象