Interface LoadBalancerBackend.UpdateDefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
All Superinterfaces:
Attachable.InUpdate<ParentT>, LoadBalancerBackend.UpdateDefinitionStages.WithVirtualMachine<ParentT>
All Known Subinterfaces:
LoadBalancerBackend.UpdateDefinition<ParentT>, LoadBalancerBackend.UpdateDefinitionStages.Blank<ParentT>
Enclosing interface:
LoadBalancerBackend.UpdateDefinitionStages

public static interface LoadBalancerBackend.UpdateDefinitionStages.WithAttach<ParentT> extends Attachable.InUpdate<ParentT>, LoadBalancerBackend.UpdateDefinitionStages.WithVirtualMachine<ParentT>
The final stage of a load balancer backend definition.

At this stage, any remaining optional settings can be specified, or the definition can be attached to the parent load balancer definition.