Share via


IWithLoadBalancer Interface

Definition

The stage of the network interface update allowing to associate it with a load balancer.

public interface IWithLoadBalancer
type IWithLoadBalancer = interface
Public Interface IWithLoadBalancer
Derived

Methods

WithExistingLoadBalancerBackend(ILoadBalancer, String)

Associates the network interface's primary IP configuration with a backend of an existing load balancer.

WithExistingLoadBalancerInboundNatRule(ILoadBalancer, String)

Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load balancer.

WithoutLoadBalancerBackends()

Removes all the existing associations with any load balancer backends.

WithoutLoadBalancerInboundNatRules()

Removes all the existing associations with any load balancer inbound NAT rules.

Applies to