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 balancer/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/