Interface Route.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InDefinition.attach()
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<ParentT>
- All Known Subinterfaces:
Route.Definition<ParentT>
- Enclosing interface:
- Route.DefinitionStages
public static interface Route.DefinitionStages.WithAttach<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<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.InDefinition.attach().