IWithInboundNatRule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |