次の方法で共有


IWithRecommendedVMConfiguration インターフェイス

定義

仮想マシンの推奨構成を指定できるギャラリー イメージ定義のステージ。

public interface IWithRecommendedVMConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithRecommendedVMConfiguration = interface
    interface IBeta
Public Interface IWithRecommendedVMConfiguration
Implements IBeta
派生
実装

メソッド

WithRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration)

イメージに基づいて仮想マシンの推奨構成を指定します。

WithRecommendedCPUsCountForVirtualMachine(Int32, Int32)

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

WithRecommendedMaximumCPUsCountForVirtualMachine(Int32)

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

WithRecommendedMaximumMemoryForVirtualMachine(Int32)

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

WithRecommendedMemoryForVirtualMachine(Int32, Int32)

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

WithRecommendedMinimumCPUsCountForVirtualMachine(Int32)

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

WithRecommendedMinimumMemoryForVirtualMachine(Int32)

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

適用対象