Interface Route.UpdateDefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Superinterfaces:
Attachable.InUpdate<ParentT>
- All Known Subinterfaces:
Route.UpdateDefinition<ParentT>
- Enclosing interface:
Route.UpdateDefinitionStages
public static interface Route.UpdateDefinitionStages.WithAttach<ParentT>
extends Attachable.InUpdate<ParentT>
The final stage of a route definition.
At this stage, any remaining optional settings can be specified, or the route definition can be attached
to the parent route table definition using Attachable.InUpdate.attach().
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach