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