次の方法で共有


IWithRecommendedVMConfiguration.WithRecommendedMemoryForVirtualMachine メソッド

定義

イメージ上の仮想マシン ベースに推奨される仮想 CUP を指定します。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IUpdate WithRecommendedMemoryForVirtualMachine (int minMB, int maxMB);
abstract member WithRecommendedMemoryForVirtualMachine : int * int -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IUpdate
Public Function WithRecommendedMemoryForVirtualMachine (minMB As Integer, maxMB As Integer) As IUpdate

パラメーター

minMB
Int32

最小メモリ (MB 単位)。

maxMB
Int32

最大メモリ (MB 単位)。

戻り値

適用対象