public static interface NetworkInterface.DefinitionStages.WithLoadBalancer
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.DefinitionStages.WithCreate |
withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Associates the network interface's primary IP configuration with a backend of an existing load balancer.
|
NetworkInterface.DefinitionStages.WithCreate |
withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load balancer.
|
NetworkInterface.DefinitionStages.WithCreate withExistingLoadBalancerBackend(LoadBalancer loadBalancer, String backendName)
loadBalancer - an existing load balancerbackendName - the name of an existing backend on that load balancerNetworkInterface.DefinitionStages.WithCreate withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer, String inboundNatRuleName)
loadBalancer - an existing load balancerinboundNatRuleName - the name of an existing inbound NAT rule on the selected load balancer/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/