public interface com.microsoft.azure.management.network.Route extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.RouteInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<com.microsoft.azure.management.network.RouteTable>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.network.Route
  super_class: java.lang.Object
{
  public abstract java.lang.String destinationAddressPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.network.RouteNextHopType nextHopType();
    descriptor: ()Lcom/microsoft/azure/management/network/RouteNextHopType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String nextHopIPAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/network/implementation/RouteInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/ChildResource<Lcom/microsoft/azure/management/network/RouteTable;>;
SourceFile: "Route.java"
NestMembers:
  com.microsoft.azure.management.network.Route$Definition  com.microsoft.azure.management.network.Route$DefinitionStages  com.microsoft.azure.management.network.Route$DefinitionStages$Blank  com.microsoft.azure.management.network.Route$DefinitionStages$WithAttach  com.microsoft.azure.management.network.Route$DefinitionStages$WithDestinationAddressPrefix  com.microsoft.azure.management.network.Route$DefinitionStages$WithNextHopType  com.microsoft.azure.management.network.Route$Update  com.microsoft.azure.management.network.Route$UpdateDefinition  com.microsoft.azure.management.network.Route$UpdateDefinitionStages  com.microsoft.azure.management.network.Route$UpdateDefinitionStages$Blank  com.microsoft.azure.management.network.Route$UpdateDefinitionStages$WithAttach  com.microsoft.azure.management.network.Route$UpdateDefinitionStages$WithDestinationAddressPrefix  com.microsoft.azure.management.network.Route$UpdateDefinitionStages$WithNextHopType  com.microsoft.azure.management.network.Route$UpdateStages  com.microsoft.azure.management.network.Route$UpdateStages$WithDestinationAddressPrefix  com.microsoft.azure.management.network.Route$UpdateStages$WithNextHopType
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.network.Route$Definition of com.microsoft.azure.management.network.Route
  public abstract DefinitionStages = com.microsoft.azure.management.network.Route$DefinitionStages of com.microsoft.azure.management.network.Route
  public abstract Update = com.microsoft.azure.management.network.Route$Update of com.microsoft.azure.management.network.Route
  public abstract UpdateDefinition = com.microsoft.azure.management.network.Route$UpdateDefinition of com.microsoft.azure.management.network.Route
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.network.Route$UpdateDefinitionStages of com.microsoft.azure.management.network.Route
  public abstract UpdateStages = com.microsoft.azure.management.network.Route$UpdateStages of com.microsoft.azure.management.network.Route
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()