Share via


IWithLBRuleOrNat Interface

Definition

The stage of a load balancer definition allowing to add a load blanacing rule, or an inbound NAT rule or pool.

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
Derived
Implements

Methods

DefineInboundNatPool(String)

Begins the definition of a new inbount NAT pool to add to the load balancer. The definition must be completed with a call to LoadBalancerInboundNatPool.DefinitionStages.WithAttach.attach().

(Inherited from IWithInboundNatPool)
DefineInboundNatRule(String)

Begins the definition of a new inbound NAT rule to add to the load balancer.

(Inherited from IWithInboundNatRule)
DefineLoadBalancingRule(String)

Begins the definition of a new load balancing rule to add to the load balancer.

(Inherited from IWithLoadBalancingRule)
DefineOutboundRule(String)

Begins the definition of a new load balancer outbound rule to add to the load balancer.

(Inherited from IWithOutboundRule)

Applies to