Interface LoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine<ReturnT>
- All Known Subinterfaces:
LoadBalancingRule.UpdateDefinition<ReturnT>
- Enclosing interface:
- LoadBalancingRule.UpdateDefinitionStages
public static interface LoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT>
extends LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine<ReturnT>
The stage of a load balancing rule definition allowing to specify the backend to associate the rule with.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies a backend on this load balancer to send network traffic to.Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine
toExistingVirtualMachines, toExistingVirtualMachines
-
Method Details
-
toBackend
Specifies a backend on this load balancer to send network traffic to.If a backend with the specified name does not yet exist, it will be created automatically.
- Parameters:
backendName- the name of an existing backend- Returns:
- the next stage of the definition
-