public interface com.microsoft.azure.management.network.Subnet extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.SubnetInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<com.microsoft.azure.management.network.Network>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.network.Subnet
  super_class: java.lang.Object
{
  public abstract java.util.Set<com.microsoft.azure.management.network.NicIPConfiguration> getNetworkInterfaceIPConfigurations();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<Lcom/microsoft/azure/management/network/NicIPConfiguration;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract java.util.Collection<com.microsoft.azure.management.network.NicIPConfiguration> listNetworkInterfaceIPConfigurations();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Lcom/microsoft/azure/management/network/NicIPConfiguration;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract java.util.Set<java.lang.String> listAvailablePrivateIPAddresses();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_3_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract int networkInterfaceIPConfigurationCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String addressPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract java.lang.String networkSecurityGroupId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract java.lang.String routeTableId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Map<com.microsoft.azure.management.network.ServiceEndpointType, java.util.List<com.microsoft.azure.management.resources.fluentcore.arm.Region>> servicesWithAccess();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Lcom/microsoft/azure/management/network/ServiceEndpointType;Ljava/util/List<Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;>;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_6_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/network/implementation/SubnetInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/ChildResource<Lcom/microsoft/azure/management/network/Network;>;
SourceFile: "Subnet.java"
NestMembers:
  com.microsoft.azure.management.network.Subnet$Definition  com.microsoft.azure.management.network.Subnet$DefinitionStages  com.microsoft.azure.management.network.Subnet$DefinitionStages$Blank  com.microsoft.azure.management.network.Subnet$DefinitionStages$WithAddressPrefix  com.microsoft.azure.management.network.Subnet$DefinitionStages$WithAttach  com.microsoft.azure.management.network.Subnet$DefinitionStages$WithNetworkSecurityGroup  com.microsoft.azure.management.network.Subnet$DefinitionStages$WithRouteTable  com.microsoft.azure.management.network.Subnet$DefinitionStages$WithServiceEndpoint  com.microsoft.azure.management.network.Subnet$Update  com.microsoft.azure.management.network.Subnet$UpdateDefinition  com.microsoft.azure.management.network.Subnet$UpdateDefinitionStages  com.microsoft.azure.management.network.Subnet$UpdateDefinitionStages$Blank  com.microsoft.azure.management.network.Subnet$UpdateDefinitionStages$WithAddressPrefix  com.microsoft.azure.management.network.Subnet$UpdateDefinitionStages$WithAttach  com.microsoft.azure.management.network.Subnet$UpdateDefinitionStages$WithNetworkSecurityGroup  com.microsoft.azure.management.network.Subnet$UpdateDefinitionStages$WithRouteTable  com.microsoft.azure.management.network.Subnet$UpdateDefinitionStages$WithServiceEndpoint  com.microsoft.azure.management.network.Subnet$UpdateStages  com.microsoft.azure.management.network.Subnet$UpdateStages$WithAddressPrefix  com.microsoft.azure.management.network.Subnet$UpdateStages$WithNetworkSecurityGroup  com.microsoft.azure.management.network.Subnet$UpdateStages$WithRouteTable  com.microsoft.azure.management.network.Subnet$UpdateStages$WithServiceEndpoint
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.Subnet$Definition of com.microsoft.azure.management.network.Subnet
  public abstract DefinitionStages = com.microsoft.azure.management.network.Subnet$DefinitionStages of com.microsoft.azure.management.network.Subnet
  public abstract Update = com.microsoft.azure.management.network.Subnet$Update of com.microsoft.azure.management.network.Subnet
  public abstract UpdateDefinition = com.microsoft.azure.management.network.Subnet$UpdateDefinition of com.microsoft.azure.management.network.Subnet
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.network.Subnet$UpdateDefinitionStages of com.microsoft.azure.management.network.Subnet
  public abstract UpdateStages = com.microsoft.azure.management.network.Subnet$UpdateStages of com.microsoft.azure.management.network.Subnet
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()