public static interface NicIPConfiguration.UpdateStages.WithLoadBalancer
| Modifier and Type | Method and Description |
|---|---|
NicIPConfiguration.Update |
withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer to associate this IP configuration with.
|
NicIPConfiguration.Update |
withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
NicIPConfiguration.Update |
withoutLoadBalancerBackends()
Removes all the existing associations with load balancer backends.
|
NicIPConfiguration.Update |
withoutLoadBalancerInboundNatRules()
Removes all the existing associations with load balancer inbound NAT rules.
|
NicIPConfiguration.Update withExistingLoadBalancerBackend(LoadBalancer loadBalancer, String backendName)
loadBalancer - an existing load balancerbackendName - the name of an existing backend on that load balancerNicIPConfiguration.Update withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer, String inboundNatRuleName)
loadBalancer - an existing load balancerinboundNatRuleName - the name of an existing inbound NAT rule on the selected load balancerNicIPConfiguration.Update withoutLoadBalancerBackends()
NicIPConfiguration.Update withoutLoadBalancerInboundNatRules()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/