Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes 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.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerBackend.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
LoadBalancer.UpdateStages.WithBackend.defineBackend(String name)
Begins the definition of a new backend as part of this load balancer update.
|
LoadBalancerHttpProbe.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
LoadBalancer.UpdateStages.WithProbe.defineHttpProbe(String name)
Begins the definition of a new HTTP probe to add to the load balancer.
|
LoadBalancerInboundNatPool.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
LoadBalancer.UpdateStages.WithInboundNatPool.defineInboundNatPool(String name)
Begins the definition of a new inbound NAT pool.
|
LoadBalancerInboundNatRule.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
LoadBalancer.UpdateStages.WithInboundNatRule.defineInboundNatRule(String name)
Begins the definition of a new inbound NAT rule.
|
LoadBalancingRule.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
LoadBalancer.UpdateStages.WithLoadBalancingRule.defineLoadBalancingRule(String name)
Begins the definition of a new load balancing rule to add to the load balancer.
|
LoadBalancerPrivateFrontend.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
LoadBalancer.UpdateStages.WithPrivateFrontend.definePrivateFrontend(String name)
Begins the update of an internal load balancer frontend.
|
LoadBalancerPublicFrontend.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
LoadBalancer.UpdateStages.WithPublicFrontend.definePublicFrontend(String name)
Begins the update of a load balancer frontend.
|
LoadBalancerTcpProbe.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
LoadBalancer.UpdateStages.WithProbe.defineTcpProbe(String name)
Begins the definition of a new TCP probe to add to the load balancer.
|
Copyright © 2019. All rights reserved.