| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.Update |
LoadBalancer.UpdateStages.WithBackend.withoutBackend(String name)
Removes the specified backend from the load balancer.
|
LoadBalancer.Update |
LoadBalancer.UpdateStages.WithPublicFrontend.withoutFrontend(String name)
Removes the specified frontend from the load balancer.
|
LoadBalancer.Update |
LoadBalancer.UpdateStages.WithInboundNatPool.withoutInboundNatPool(String name)
Removes the specified inbound NAT pool from the load balancer.
|
LoadBalancer.Update |
LoadBalancer.UpdateStages.WithInboundNatRule.withoutInboundNatRule(String name)
Removes the specified inbound NAT rule from the load balancer.
|
LoadBalancer.Update |
LoadBalancer.UpdateStages.WithLoadBalancingRule.withoutLoadBalancingRule(String name)
Removes the specified load balancing rule from the load balancer, if present.
|
LoadBalancer.Update |
LoadBalancer.UpdateStages.WithProbe.withoutProbe(String name)
Removes the specified probe from the load balancer, if present.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.