Interface RouteTable

All Superinterfaces:
GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.RouteTableInner>, HasAssociatedSubnets, HasId, HasInner<com.microsoft.azure.management.network.implementation.RouteTableInner>, HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>, HasName, HasResourceGroup, Indexable, Refreshable<RouteTable>, Resource, Updatable<RouteTable.Update>, UpdatableWithTags<RouteTable>

public interface RouteTable extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.RouteTableInner>, Refreshable<RouteTable>, Updatable<RouteTable.Update>, UpdatableWithTags<RouteTable>, HasAssociatedSubnets
Entry point for route table management.
  • Method Details

    • routes

      Map<String,Route> routes()
      Returns:
      the routes of this route table
    • isBgpRoutePropagationDisabled

      @Beta(V1_10_0) boolean isBgpRoutePropagationDisabled()
      Returns:
      whether to disable the routes learned by BGP on that route table. True means disable.