IWithProximityPlacementGroup インターフェイス

定義

仮想マシン スケール セットを割り当てる必要がある近接配置グループに関する情報を設定できる仮想マシン定義のステージ。

public interface IWithProximityPlacementGroup : Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithOS, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithProximityPlacementGroup = interface
    interface IWithOS
    interface IWithOSBeta
    interface IBeta
Public Interface IWithProximityPlacementGroup
Implements IBeta, IWithOS
派生
実装

メソッド

WithLatestLinuxImage(String, String, String)

Marketplace Linux イメージの最新バージョンを仮想マシンの OS として使用することを指定します。

(継承元 IWithOS)
WithLatestWindowsImage(String, String, String)

Marketplace Windows イメージの最新バージョンを仮想マシンの OS として使用するように指定します。

(継承元 IWithOS)
WithLinuxCustomImage(String)

仮想マシンの OS として使用する Linux カスタム イメージのリソース ID を指定します。

(継承元 IWithOS)
WithLinuxGalleryImageVersion(String)

仮想マシンの OS として使用する Linux ギャラリー イメージ バージョンのリソース ID を指定します。

(継承元 IWithOSBeta)
WithNewProximityPlacementGroup(String, ProximityPlacementGroupType)

指定した名前の新しい近接配置グループを作成し、それを VM に追加します

WithPopularLinuxImage(KnownLinuxVirtualMachineImage)

仮想マシンの OS に使用する既知のマーケットプレース Linux イメージを指定します。

(継承元 IWithOS)
WithPopularWindowsImage(KnownWindowsVirtualMachineImage)

仮想マシンの OS に使用する既知のマーケットプレース Windows イメージを指定します。

(継承元 IWithOS)
WithProximityPlacementGroup(String)

仮想マシン スケール セットを割り当てる必要がある近接配置グループに関する情報を設定します。

WithSpecializedOSDisk(IDisk, OperatingSystemTypes)

仮想マシンに接続する特殊なオペレーティング システムマネージド ディスクを指定します。

(継承元 IWithOS)
WithSpecializedOSUnmanagedDisk(String, OperatingSystemTypes)

仮想マシンに接続する特殊なオペレーティング システムのアンマネージド ディスクを指定します。

(継承元 IWithOS)
WithSpecificLinuxImageVersion(ImageReference)

仮想マシンの OS として使用するマーケットプレース Linux イメージのバージョンを指定します。

(継承元 IWithOS)
WithSpecificWindowsImageVersion(ImageReference)

仮想マシンの OS として使用する Marketplace Windows イメージのバージョンを指定します。

(継承元 IWithOS)
WithStoredLinuxImage(String)

仮想マシンの OS に使用するユーザー (一般化された) Linux イメージを指定します。

(継承元 IWithOS)
WithStoredWindowsImage(String)

仮想マシンの OS に使用するユーザー (一般化された) Windows イメージを指定します。

(継承元 IWithOS)
WithWindowsCustomImage(String)

仮想マシンの OS として使用する Windows カスタム イメージのリソース ID を指定します。

(継承元 IWithOS)
WithWindowsGalleryImageVersion(String)

仮想マシンの OS として使用する Windows ギャラリー イメージ バージョンのリソース ID を指定します。

(継承元 IWithOSBeta)

適用対象