IWithRecommendedVMConfiguration.WithRecommendedCPUsCountForVirtualMachine メソッド

定義

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

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

パラメーター

minCount
Int32

仮想 CPU の最小数。

maxCount
Int32

仮想 CPU の最大数。

戻り値

適用対象