IWithInboundNatRule Interface

Definition

The stage of a load balancer update allowing to define, remove or edit inbound NAT rules.

public interface IWithInboundNatRule
type IWithInboundNatRule = interface
Public Interface IWithInboundNatRule
Derived

Methods

DefineInboundNatRule(String)

Begins the definition of a new inbound NAT rule. The definition must be completed with a call to LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach.attach().

UpdateInboundNatRule(String)

Begins the description of an update to an existing inbound NAT rule.

WithoutInboundNatRule(String)

Removes the specified inbound NAT rule from the load balancer.

Applies to