IWithLoadBalancer<ParentT> 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 the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with.
public interface IWithLoadBalancer<ParentT>
type IWithLoadBalancer<'ParentT> = interface
Public Interface IWithLoadBalancer(Of ParentT)
Type Parameters
- ParentT
The stage of the parent network interface update to return to after attaching this definition.
- Derived
Methods
WithExistingLoadBalancerBackend(ILoadBalancer, String) |
Specifies the load balancer to associate this IP configuration with. |
WithExistingLoadBalancerInboundNatRule(ILoadBalancer, String) |
Specifies the load balancer inbound NAT rule to associate this IP configuration with. |