RouteTable Interface
public interface RouteTable extends GroupableResource<NetworkManager, RouteTableInner>,Refreshable,Updatable<RouteTable.Update>,HasAssociatedSubnets
Entry point for route table management.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, Route> | routes() |
Inherited Members
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasAssociatedSubnets.listAssociatedSubnets()
HasManager<ManagerT>.manager()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Resource.region()
Resource.regionName()
HasResourceGroup.resourceGroupName()
Resource.tags()
Resource.type()
Updatable<T>.update()
Method Details
routes
public Map
Returns:
the routes of this route table
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java