public class com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner extends com.microsoft.azure.management.appservice.ProxyOnlyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.String virtualNetworkName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.virtualNetworkName", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.appservice.implementation.VnetInfoInner virtualNetworkConnection;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.virtualNetworkConnection", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.appservice.implementation.RelayServiceConnectionEntityInner> hybridConnections;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/RelayServiceConnectionEntityInner;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.hybridConnections", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner> hybridConnectionsV2;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.hybridConnectionsV2", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
         0: .line 21
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/NetworkFeaturesInner;

  public java.lang.String virtualNetworkName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
         0: .line 52
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner.virtualNetworkName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/NetworkFeaturesInner;

  public com.microsoft.azure.management.appservice.implementation.VnetInfoInner virtualNetworkConnection();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
         0: .line 61
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner.virtualNetworkConnection:Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/NetworkFeaturesInner;

  public java.util.List<com.microsoft.azure.management.appservice.implementation.RelayServiceConnectionEntityInner> hybridConnections();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
         0: .line 70
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner.hybridConnections:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/NetworkFeaturesInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/RelayServiceConnectionEntityInner;>;

  public java.util.List<com.microsoft.azure.management.appservice.implementation.HybridConnectionInner> hybridConnectionsV2();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
         0: .line 79
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner.hybridConnectionsV2:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.NetworkFeaturesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/NetworkFeaturesInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/HybridConnectionInner;>;
}
SourceFile: "NetworkFeaturesInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()