public interface com.microsoft.azure.management.network.RouteTable extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager, com.microsoft.azure.management.network.implementation.RouteTableInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.network.RouteTable>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.network.RouteTable$Update>, com.microsoft.azure.management.network.model.UpdatableWithTags<com.microsoft.azure.management.network.RouteTable>, com.microsoft.azure.management.network.model.HasAssociatedSubnets
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.network.RouteTable
  super_class: java.lang.Object
{
  public abstract java.util.Map<java.lang.String, com.microsoft.azure.management.network.Route> routes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/network/Route;>;

  public abstract boolean isBgpRoutePropagationDisabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_10_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/GroupableResource<Lcom/microsoft/azure/management/network/implementation/NetworkManager;Lcom/microsoft/azure/management/network/implementation/RouteTableInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/network/RouteTable;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/network/RouteTable$Update;>;Lcom/microsoft/azure/management/network/model/UpdatableWithTags<Lcom/microsoft/azure/management/network/RouteTable;>;Lcom/microsoft/azure/management/network/model/HasAssociatedSubnets;
SourceFile: "RouteTable.java"
NestMembers:
  com.microsoft.azure.management.network.RouteTable$Definition  com.microsoft.azure.management.network.RouteTable$DefinitionStages  com.microsoft.azure.management.network.RouteTable$DefinitionStages$Blank  com.microsoft.azure.management.network.RouteTable$DefinitionStages$WithBgpRoutePropagation  com.microsoft.azure.management.network.RouteTable$DefinitionStages$WithCreate  com.microsoft.azure.management.network.RouteTable$DefinitionStages$WithGroup  com.microsoft.azure.management.network.RouteTable$DefinitionStages$WithRoute  com.microsoft.azure.management.network.RouteTable$Update  com.microsoft.azure.management.network.RouteTable$UpdateStages  com.microsoft.azure.management.network.RouteTable$UpdateStages$WithBgpRoutePropagation  com.microsoft.azure.management.network.RouteTable$UpdateStages$WithRoute
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract Definition = com.microsoft.azure.management.network.RouteTable$Definition of com.microsoft.azure.management.network.RouteTable
  public abstract DefinitionStages = com.microsoft.azure.management.network.RouteTable$DefinitionStages of com.microsoft.azure.management.network.RouteTable
  public abstract Update = com.microsoft.azure.management.network.RouteTable$Update of com.microsoft.azure.management.network.RouteTable
  public abstract UpdateStages = com.microsoft.azure.management.network.RouteTable$UpdateStages of com.microsoft.azure.management.network.RouteTable
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()