Interface NicIpConfiguration.UpdateDefinitionStages.WithLoadBalancer<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent network interface update to return to after attaching this definition
- All Known Subinterfaces:
NicIpConfiguration.UpdateDefinition<ParentT>,NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- NicIpConfiguration.UpdateDefinitionStages
public static interface NicIpConfiguration.UpdateDefinitionStages.WithLoadBalancer<ParentT>The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>withExistingLoadBalancerBackend(LoadBalancer loadBalancer, String backendName)Specifies the load balancer to associate this IP configuration with.NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer, String inboundNatRuleName)Specifies the load balancer inbound NAT rule to associate this IP configuration with.
-
-
-
Method Detail
-
withExistingLoadBalancerBackend
NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT> withExistingLoadBalancerBackend(LoadBalancer loadBalancer, String backendName)
Specifies the load balancer to associate this IP configuration with.- Parameters:
loadBalancer- an existing load balancerbackendName- the name of an existing backend on that load balancer- Returns:
- the next stage of the update
-
withExistingLoadBalancerInboundNatRule
NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT> withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer, String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.- Parameters:
loadBalancer- an existing load balancerinboundNatRuleName- the name of an existing inbound NAT rule on the selected load balancer- Returns:
- the next stage of the update
-
-