次の方法で共有


IWithInboundNatRule インターフェイス

定義

ロード バランサーの更新のステージ。受信 NAT 規則を定義、削除、または編集できます。

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

メソッド

DefineInboundNatRule(String)

新しい受信 NAT 規則の定義を開始します。 定義は、LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

UpdateInboundNatRule(String)

既存の受信 NAT 規則に対する更新の説明を開始します。

WithoutInboundNatRule(String)

指定した受信 NAT 規則をロード バランサーから削除します。

適用対象