ParentT - the stage of the parent network interface definition to return to after attaching this
definitionpublic static interface NicIpConfiguration.DefinitionStages.WithLoadBalancer<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NicIpConfiguration.DefinitionStages.WithAttach<ParentT> |
withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer backend to associate this IP configuration with.
|
NicIpConfiguration.DefinitionStages.WithAttach<ParentT> |
withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
NicIpConfiguration.DefinitionStages.WithAttach<ParentT> withExistingLoadBalancerBackend(LoadBalancer loadBalancer, String backendName)
loadBalancer - an existing load balancerbackendName - the name of an existing backend on that load balancerNicIpConfiguration.DefinitionStages.WithAttach<ParentT> withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer, String inboundNatRuleName)
loadBalancer - an existing load balancerinboundNatRuleName - the name of an existing inbound NAT rule on the selected load balancerCopyright © 2020 Microsoft Corporation. All rights reserved.