Interface Route.UpdateDefinition<ParentT>
- Type Parameters:
ParentT- the return type of the finalAttachable.InUpdate.attach()
- All Superinterfaces:
Attachable.InUpdate<ParentT>,Route.UpdateDefinitionStages.Blank<ParentT>,Route.UpdateDefinitionStages.WithAttach<ParentT>,Route.UpdateDefinitionStages.WithDestinationAddressPrefix<ParentT>,Route.UpdateDefinitionStages.WithNextHopType<ParentT>
- Enclosing interface:
Route
public static interface Route.UpdateDefinition<ParentT>
extends Route.UpdateDefinitionStages.Blank<ParentT>, Route.UpdateDefinitionStages.WithAttach<ParentT>, Route.UpdateDefinitionStages.WithNextHopType<ParentT>, Route.UpdateDefinitionStages.WithDestinationAddressPrefix<ParentT>
The entirety of a route definition as part of a route table update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attachMethods inherited from interface com.azure.resourcemanager.network.models.Route.UpdateDefinitionStages.WithDestinationAddressPrefix
withDestinationAddressPrefixMethods inherited from interface com.azure.resourcemanager.network.models.Route.UpdateDefinitionStages.WithNextHopType
withNextHop, withNextHopToVirtualAppliance