IWithLoadBalancer 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 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
Azure SDK for .NET