Interface Route.Definition<ParentT>
- Type Parameters:
ParentT
- the return type of the finalAttachable.InDefinition.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>
,Route.DefinitionStages.Blank<ParentT>
,Route.DefinitionStages.WithAttach<ParentT>
,Route.DefinitionStages.WithDestinationAddressPrefix<ParentT>
,Route.DefinitionStages.WithNextHopType<ParentT>
- Enclosing interface:
- Route
public static interface Route.Definition<ParentT>
extends Route.DefinitionStages.Blank<ParentT>, Route.DefinitionStages.WithAttach<ParentT>, Route.DefinitionStages.WithNextHopType<ParentT>, Route.DefinitionStages.WithDestinationAddressPrefix<ParentT>
The entirety of a route definition.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
Methods inherited from interface com.microsoft.azure.management.network.Route.DefinitionStages.WithDestinationAddressPrefix
withDestinationAddressPrefix
Methods inherited from interface com.microsoft.azure.management.network.Route.DefinitionStages.WithNextHopType
withNextHop, withNextHopToVirtualAppliance