Interface LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InUpdate<ReturnT>,HasBackendPort.UpdateDefinitionStages.WithBackendPort<LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>>,HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>>,LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithFloatingIP<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithIdleTimeoutInMinutes<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithLoadDistribution<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithProbe<ReturnT>
- All Known Subinterfaces:
LoadBalancingRule.UpdateDefinition<ReturnT>
- Enclosing interface:
- LoadBalancingRule.UpdateDefinitionStages
public static interface LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT> extends HasBackendPort.UpdateDefinitionStages.WithBackendPort<LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>>, LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>
The stage of a load balancing rule definition allowing to specify the backend port to send the load-balanced traffic to.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasBackendPort.UpdateDefinitionStages.WithBackendPort
toBackendPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasFloatingIP.UpdateDefinitionStages.WithFloatingIP
withFloatingIP, withFloatingIPDisabled, withFloatingIPEnabled
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancingRule.UpdateDefinitionStages.WithIdleTimeoutInMinutes
withIdleTimeoutInMinutes
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancingRule.UpdateDefinitionStages.WithLoadDistribution
withLoadDistribution
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancingRule.UpdateDefinitionStages.WithProbe
withProbe
-
-