public static interface LoadBalancer.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancer.DefinitionStages.Blank
The first stage of a load balancer definition.
|
static interface |
LoadBalancer.DefinitionStages.WithBackend
The stage of a load balancer definition allowing to add a backend.
|
static interface |
LoadBalancer.DefinitionStages.WithCreate
The stage of a load balancer definition containing all the required inputs for the resource to be created,
but also allowing for any other optional settings to be specified.
|
static interface |
LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool
The stage of a load balancer definition allowing to create the load balancer or add an inbound NAT pool.
|
static interface |
LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule
The stage of a load balancer definition allowing to create the load balancer or add an inbound NAT rule.
|
static interface |
LoadBalancer.DefinitionStages.WithCreateAndNatChoice
The stage of a load balancer definition allowing to create the load balancer or start configuring optional
inbound NAT rules or pools.
|
static interface |
LoadBalancer.DefinitionStages.WithFrontend
The stage of a load balancer definition describing the nature of the frontend of the load balancer: internal
or Internet-facing.
|
static interface |
LoadBalancer.DefinitionStages.WithGroup
The stage of the load balancer definition allowing to specify the resource group.
|
static interface |
LoadBalancer.DefinitionStages.WithInboundNatPool
The stage of a load balancer definition allowing to create a new inbound NAT pool for a virtual machine scale
set.
|
static interface |
LoadBalancer.DefinitionStages.WithInboundNatRule
The stage of a load balancer definition allowing to create a new inbound NAT rule.
|
static interface |
LoadBalancer.DefinitionStages.WithLBRuleOrNat
The stage of a load balancer definition allowing to add a load blanacing rule, or an inbound NAT rule or
pool.
|
static interface |
LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate
The stage of a load balancer definition allowing to create a load balancing rule or create the load balancer.
|
static interface |
LoadBalancer.DefinitionStages.WithLoadBalancingRule
The stage of a load balancer definition allowing to create a load balancing rule.
|
static interface |
LoadBalancer.DefinitionStages.WithPrivateFrontend
The stage of an internal load balancer definition allowing to define one or more private frontends.
|
static interface |
LoadBalancer.DefinitionStages.WithProbe
The stage of the load balancer definition allowing to add a load balancing probe.
|
static interface |
LoadBalancer.DefinitionStages.WithPublicFrontend
The stage of an Internet-facing load balancer definition allowing to define one or more public frontends.
|
static interface |
LoadBalancer.DefinitionStages.WithSku
The stage of the load balancer definition allowing to specify SKU.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.