public static interface LoadBalancingRule.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancingRule.DefinitionStages.Blank<ParentT>
The first stage of the load balancing rule definition.
|
static interface |
LoadBalancingRule.DefinitionStages.WithAttach<ParentT>
The final stage of the load balancing rule definition.
|
static interface |
LoadBalancingRule.DefinitionStages.WithBackend<ParentT>
The stage of a load balancing rule definition allowing to specify the backend to associate the rule with.
|
static interface |
LoadBalancingRule.DefinitionStages.WithBackendPort<ParentT>
The stage of a load balancing rule definition allowing to specify the backend port to send the load-balanced traffic to.
|
static interface |
LoadBalancingRule.DefinitionStages.WithFloatingIp<ParentT>
The stage of a load balancing rule definition allowing to enable the floating IP functionality.
|
static interface |
LoadBalancingRule.DefinitionStages.WithFrontend<ParentT>
The stage of a load balancing rule definition allowing to specify the frontend to associate with the rule.
|
static interface |
LoadBalancingRule.DefinitionStages.WithFrontendPort<ParentT>
The stage of a load balancing rule definition allowing to specify the frontend port to load balance.
|
static interface |
LoadBalancingRule.DefinitionStages.WithIdleTimeoutInMinutes<ParentT>
The stage of a load balancing rule definition allowing to specify the connection timeout for idle connections.
|
static interface |
LoadBalancingRule.DefinitionStages.WithLoadDistribution<ParentT>
The stage of a load balancing rule definition allowing to specify the load distribution.
|
static interface |
LoadBalancingRule.DefinitionStages.WithProbe<ParentT>
The stage of a load balancing rule definition allowing to specify the probe to associate with the rule.
|
static interface |
LoadBalancingRule.DefinitionStages.WithProtocol<ParentT>
The stage of a load balancing rule definition allowing to specify the transport protocol to apply the rule to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/