次の方法で共有


IWithInboundNatPool インターフェイス

定義

仮想マシン スケール セットの新しい受信 NAT プールを作成できるロード バランサー定義のステージ。

public interface IWithInboundNatPool
type IWithInboundNatPool = interface
Public Interface IWithInboundNatPool
派生

メソッド

DefineInboundNatPool(String)

ロード バランサーに追加する新しい inbount NAT プールの定義を開始します。 定義は、LoadBalancerInboundNatPool.DefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

適用対象