Interface LoadBalancerBackend.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ParentT>
- All Known Subinterfaces:
LoadBalancerBackend.Definition<ParentT>,LoadBalancerBackend.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- LoadBalancerBackend.DefinitionStages
public static interface LoadBalancerBackend.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, LoadBalancerBackend.DefinitionStages.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.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithVirtualMachine
withExistingVirtualMachines, withExistingVirtualMachines
-
-