次の方法で共有


IWithLBRuleOrNat インターフェイス

定義

ロード バランサー定義のステージ。ロード バランサー規則、または受信 NAT 規則またはプールを追加できます。

public interface IWithLBRuleOrNat : Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithInboundNatPool, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithInboundNatRule, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithLoadBalancingRule, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithOutboundRule
type IWithLBRuleOrNat = interface
    interface IWithLoadBalancingRule
    interface IWithInboundNatRule
    interface IWithInboundNatPool
    interface IWithOutboundRule
Public Interface IWithLBRuleOrNat
Implements IWithInboundNatPool, IWithInboundNatRule, IWithLoadBalancingRule, IWithOutboundRule
派生
実装

メソッド

DefineInboundNatPool(String)

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

(継承元 IWithInboundNatPool)
DefineInboundNatRule(String)

ロード バランサーに追加する新しい受信 NAT 規則の定義を開始します。

(継承元 IWithInboundNatRule)
DefineLoadBalancingRule(String)

ロード バランサーに追加する新しい負荷分散規則の定義を開始します。

(継承元 IWithLoadBalancingRule)
DefineOutboundRule(String)

ロード バランサーに追加する新しいロード バランサー送信規則の定義を開始します。

(継承元 IWithOutboundRule)

適用対象