public static interface LoadBalancingRule.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancingRule.UpdateDefinitionStages.Blank<ParentT>
The first stage of the load balancing rule definition.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the load balancing rule definition.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithBackend<ParentT>
The stage of a load balancing rule definition allowing to specify the backend to associate the rule with.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.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.UpdateDefinitionStages.WithFloatingIp<ParentT>
The stage of a load balancing rule definition allowing to enable the floating IP functionality.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithFrontend<ParentT>
The stage of a load balancing rule definition allowing to specify the frontend to associate with the rule.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithFrontendPort<ParentT>
The stage of a load balancing rule definition allowing to specify the frontend port to load balance.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithIdleTimeoutInMinutes<ParentT>
The stage of a load balancing rule definition allowing to specify the connection timeout for idle connections.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithLoadDistribution<ParentT>
The stage of a load balancing rule definition allowing to specify the load distribution.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithProbe<ParentT>
The stage of a load balancing rule definition allowing to specify the probe to associate with the rule.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.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.
*/