Interface LoadBalancer.DefinitionStages
-
- Enclosing interface:
- LoadBalancer
public static interface LoadBalancer.DefinitionStagesGrouping of load balancer definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancer.DefinitionStages.BlankThe first stage of a load balancer definition.static interfaceLoadBalancer.DefinitionStages.WithBackendThe stage of a load balancer definition allowing to add a backend.static interfaceLoadBalancer.DefinitionStages.WithCreateThe 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 interfaceLoadBalancer.DefinitionStages.WithCreateAndInboundNatPoolThe stage of a load balancer definition allowing to create the load balancer or add an inbound NAT pool.static interfaceLoadBalancer.DefinitionStages.WithCreateAndInboundNatRuleThe stage of a load balancer definition allowing to create the load balancer or add an inbound NAT rule.static interfaceLoadBalancer.DefinitionStages.WithCreateAndNatChoiceThe stage of a load balancer definition allowing to create the load balancer or start configuring optional inbound NAT rules or pools.static interfaceLoadBalancer.DefinitionStages.WithCreateAndOutboundRuleThe stage of a load balancer definition allowing to create the load balancer or add an outbound rulestatic interfaceLoadBalancer.DefinitionStages.WithFrontendThe stage of a load balancer definition describing the nature of the frontend of the load balancer: internal or Internet-facing.static interfaceLoadBalancer.DefinitionStages.WithGroupThe stage of the load balancer definition allowing to specify the resource group.static interfaceLoadBalancer.DefinitionStages.WithInboundNatPoolThe stage of a load balancer definition allowing to create a new inbound NAT pool for a virtual machine scale set.static interfaceLoadBalancer.DefinitionStages.WithInboundNatRuleThe stage of a load balancer definition allowing to create a new inbound NAT rule.static interfaceLoadBalancer.DefinitionStages.WithLBRuleOrNatThe stage of a load balancer definition allowing to add a load blanacing rule, or an inbound NAT rule or pool.static interfaceLoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreateThe stage of a load balancer definition allowing to create a load balancing rule or create the load balancer.static interfaceLoadBalancer.DefinitionStages.WithLoadBalancingRuleThe stage of a load balancer definition allowing to create a load balancing rule.static interfaceLoadBalancer.DefinitionStages.WithOutboundRuleThe stage of a load balancer definition allowing to create a new outbound rulestatic interfaceLoadBalancer.DefinitionStages.WithPrivateFrontendThe stage of an internal load balancer definition allowing to define one or more private frontends.static interfaceLoadBalancer.DefinitionStages.WithProbeThe stage of the load balancer definition allowing to add a load balancing probe.static interfaceLoadBalancer.DefinitionStages.WithPublicFrontendThe stage of an Internet-facing load balancer definition allowing to define one or more public frontends.static interfaceLoadBalancer.DefinitionStages.WithSkuThe stage of the load balancer definition allowing to specify SKU.
-