| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Associates the network interface's primary IP configuration with a backend of an existing load balancer.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Associates the network interface's primary IP configuration with a backend of an existing load balancer.
|
NicIpConfiguration.DefinitionStages.WithAttach<ParentT> |
NicIpConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer backend to associate this IP configuration with.
|
NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
NicIpConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer to associate this IP configuration with.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer to associate this IP configuration with.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load
balancer.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load
balancer.
|
NicIpConfiguration.DefinitionStages.WithAttach<ParentT> |
NicIpConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
NicIpConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
NicIpConfiguration.Update |
NicIpConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.