public static interface LoadBalancer.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancer.UpdateStages.WithBackend
The stage of the load balancer update allowing to add or remove backends.
|
static interface |
LoadBalancer.UpdateStages.WithInboundNatPool
The stage of a load balancer update allowing to create a new inbound NAT pool for a virtual machine scale
set.
|
static interface |
LoadBalancer.UpdateStages.WithInboundNatRule
The stage of a load balancer update allowing to define, remove or edit inbound NAT rules.
|
static interface |
LoadBalancer.UpdateStages.WithLoadBalancingRule
The stage of the load balancer update allowing to add, remove or modify load balancing rules.
|
static interface |
LoadBalancer.UpdateStages.WithPrivateFrontend
The stage of a load balancer update allowing to define one or more private frontends.
|
static interface |
LoadBalancer.UpdateStages.WithProbe
The stage of the load balancer update allowing to add, remove or modify probes.
|
static interface |
LoadBalancer.UpdateStages.WithPublicFrontend
The stage of a load balancer update allowing to define, remove or edit Internet-facing frontends.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.