IWithLoadBalancer Interface

Definition

The stage of the network interface's IP configuration allowing to specify the load balancer to associate this IP configuration with.

public interface IWithLoadBalancer
type IWithLoadBalancer = interface
Public Interface IWithLoadBalancer
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.

WithoutLoadBalancerBackends()

Removes all the existing associations with load balancer backends.

WithoutLoadBalancerInboundNatRules()

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

Applies to