次の方法で共有


IWithIpForwarding インターフェイス

定義

IP 転送を構成できる仮想マシン スケール セットの更新のステージ。

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

メソッド

WithIpForwarding()

仮想マシン スケール セットに対して IP 転送を有効にすることを指定します。

WithoutIpForwarding()

仮想マシン スケール セットの IP 転送を無効にすることを指定します。

適用対象