Interface RouteTable
-
- All Superinterfaces:
GroupableResource<NetworkManager,RouteTableInner>,HasAssociatedSubnets,HasId,HasInnerModel<RouteTableInner>,HasManager<NetworkManager>,HasName,HasResourceGroup,Indexable,Refreshable<RouteTable>,Resource,Updatable<RouteTable.Update>,UpdatableWithTags<RouteTable>
public interface RouteTable extends GroupableResource<NetworkManager,RouteTableInner>, Refreshable<RouteTable>, Updatable<RouteTable.Update>, UpdatableWithTags<RouteTable>, HasAssociatedSubnets
Entry point for route table management.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRouteTable.DefinitionThe entirety of a route table definition.static interfaceRouteTable.DefinitionStagesGrouping of route table definition stages.static interfaceRouteTable.UpdateThe template for a route table update operation, containing all the settings that can be modified.static interfaceRouteTable.UpdateStagesGrouping of route table update stages.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.network.models.UpdatableWithTags
UpdatableWithTags.UpdateWithTags<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBgpRoutePropagationDisabled()Map<String,Route>routes()-
Methods inherited from interface com.azure.resourcemanager.network.models.HasAssociatedSubnets
listAssociatedSubnets
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable
update
-
Methods inherited from interface com.azure.resourcemanager.network.models.UpdatableWithTags
updateTags
-
-