IWithLoadBalancer<ParentT> Interface

Definition

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 definition to return to after attaching this definition.

Derived

Methods

WithExistingLoadBalancerBackend(ILoadBalancer, String)

Specifies the load balancer backend to associate this IP configuration with.

WithExistingLoadBalancerInboundNatRule(ILoadBalancer, String)

Specifies the load balancer inbound NAT rule to associate this IP configuration with.

Applies to