public class com.microsoft.azure.management.batch.implementation.PoolsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.ExternalChildResourcesCachedImpl<com.microsoft.azure.management.batch.implementation.PoolImpl, com.microsoft.azure.management.batch.Pool, com.microsoft.azure.management.batch.implementation.PoolInner, com.microsoft.azure.management.batch.implementation.BatchAccountImpl, com.microsoft.azure.management.batch.BatchAccount>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.implementation.PoolsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.ExternalChildResourcesCachedImpl
{
  void <init>(com.microsoft.azure.management.batch.implementation.BatchAccountImpl);
    descriptor: (Lcom/microsoft/azure/management/batch/implementation/BatchAccountImpl;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
        start local 1 // com.microsoft.azure.management.batch.implementation.BatchAccountImpl parent
         0: .line 34
            aload 0 /* this */
            aload 1 /* parent */
            aload 1 /* parent */
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            ldc "Pool"
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.ExternalChildResourcesCachedImpl.<init>:(Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;Ljava/lang/String;)V
         1: .line 35
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.cacheCollection:()V
         2: .line 36
            return
        end local 1 // com.microsoft.azure.management.batch.implementation.BatchAccountImpl parent
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/batch/implementation/PoolsImpl;
            0    3     1  parent  Lcom/microsoft/azure/management/batch/implementation/BatchAccountImpl;
    MethodParameters:
        Name  Flags
      parent  

  public com.microsoft.azure.management.batch.implementation.PoolImpl define(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/PoolImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
        start local 1 // java.lang.String name
         0: .line 45
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.prepareInlineDefine:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;
            checkcast com.microsoft.azure.management.batch.implementation.PoolImpl
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.batch.implementation.PoolImpl update(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/PoolImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
        start local 1 // java.lang.String name
         0: .line 55
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.prepareInlineUpdate:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;
            checkcast com.microsoft.azure.management.batch.implementation.PoolImpl
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void remove(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
        start local 1 // java.lang.String name
         0: .line 64
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.prepareInlineRemove:(Ljava/lang/String;)V
         1: .line 65
            return
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolsImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected java.util.List<com.microsoft.azure.management.batch.implementation.PoolImpl> listChildResources();
    descriptor: ()Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
         0: .line 69
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* childResources */
        start local 1 // java.util.List childResources
         1: .line 70
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountImpl
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountInner
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountInner.id:()Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountImpl
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountImpl.autoStorage:()Lcom/microsoft/azure/management/batch/AutoStorageProperties;
            ifnonnull 3
         2: .line 71
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* childResources */
            areturn
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountImpl
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.batch.implementation.BatchManager
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.pools:()Lcom/microsoft/azure/management/batch/implementation/PoolsInner;
         4: .line 75
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountImpl
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountImpl.resourceGroupName:()Ljava/lang/String;
         5: .line 76
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountImpl
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchAccountImpl.name:()Ljava/lang/String;
         6: .line 74
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsInner.listByBatchAccount:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            astore 2 /* poolList */
        start local 2 // com.microsoft.azure.PagedList poolList
         7: .line 79
            aload 2 /* poolList */
            invokevirtual com.microsoft.azure.PagedList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 14
      StackMap locals: com.microsoft.azure.management.batch.implementation.PoolsImpl java.util.List com.microsoft.azure.PagedList top java.util.Iterator
      StackMap stack:
         8: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.PoolInner
            astore 3 /* pool */
        start local 3 // com.microsoft.azure.management.batch.implementation.PoolInner pool
         9: .line 80
            aload 1 /* childResources */
            new com.microsoft.azure.management.batch.implementation.PoolImpl
            dup
        10: .line 81
            aload 3 /* pool */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolInner.name:()Ljava/lang/String;
        11: .line 82
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountImpl
        12: .line 83
            aload 3 /* pool */
            invokespecial com.microsoft.azure.management.batch.implementation.PoolImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/BatchAccountImpl;Lcom/microsoft/azure/management/batch/implementation/PoolInner;)V
        13: .line 80
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.microsoft.azure.management.batch.implementation.PoolInner pool
        14: .line 79
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        15: .line 87
            aload 1 /* childResources */
            areturn
        end local 2 // com.microsoft.azure.PagedList poolList
        end local 1 // java.util.List childResources
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lcom/microsoft/azure/management/batch/implementation/PoolsImpl;
            1   16     1  childResources  Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/PoolImpl;>;
            7   16     2        poolList  Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/PoolInner;>;
            9   14     3            pool  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/PoolImpl;>;

  protected com.microsoft.azure.management.batch.implementation.PoolImpl newChildResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/PoolImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
        start local 1 // java.lang.String name
         0: .line 92
            aload 1 /* name */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.BatchAccountImpl
            invokestatic com.microsoft.azure.management.batch.implementation.PoolImpl.newPool:(Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/BatchAccountImpl;)Lcom/microsoft/azure/management/batch/implementation/PoolImpl;
            astore 2 /* pool */
        start local 2 // com.microsoft.azure.management.batch.implementation.PoolImpl pool
         1: .line 93
            aload 2 /* pool */
            areturn
        end local 2 // com.microsoft.azure.management.batch.implementation.PoolImpl pool
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolsImpl;
            0    2     1  name  Ljava/lang/String;
            1    2     2  pool  Lcom/microsoft/azure/management/batch/implementation/PoolImpl;
    MethodParameters:
      Name  Flags
      name  

  public void addPool(com.microsoft.azure.management.batch.implementation.PoolImpl);
    descriptor: (Lcom/microsoft/azure/management/batch/implementation/PoolImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
        start local 1 // com.microsoft.azure.management.batch.implementation.PoolImpl pool
         0: .line 102
            aload 0 /* this */
            aload 1 /* pool */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.addChildResource:(Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;)V
         1: .line 103
            return
        end local 1 // com.microsoft.azure.management.batch.implementation.PoolImpl pool
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolsImpl;
            0    2     1  pool  Lcom/microsoft/azure/management/batch/implementation/PoolImpl;
    MethodParameters:
      Name  Flags
      pool  

  public java.util.Map<java.lang.String, com.microsoft.azure.management.batch.Pool> asMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
         0: .line 111
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* result */
        start local 1 // java.util.Map result
         1: .line 112
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.collection:()Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.microsoft.azure.management.batch.implementation.PoolsImpl java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 113
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.PoolImpl
            astore 4 /* pool */
        start local 4 // com.microsoft.azure.management.batch.implementation.PoolImpl pool
         4: .line 114
            aload 1 /* result */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 4 /* pool */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.microsoft.azure.management.batch.implementation.PoolImpl pool
        end local 2 // java.util.Map$Entry entry
         5: .line 112
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 116
            aload 1 /* result */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            areturn
        end local 1 // java.util.Map result
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolsImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/microsoft/azure/management/batch/implementation/PoolsImpl;
            1    7     1  result  Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/batch/Pool;>;
            3    5     2   entry  Ljava/util/Map$Entry<Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PoolImpl;>;
            4    5     4    pool  Lcom/microsoft/azure/management/batch/implementation/PoolImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/batch/Pool;>;

  protected com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl newChildResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.batch.implementation.PoolsImpl.newChildResource:(Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/PoolImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/ExternalChildResourcesCachedImpl<Lcom/microsoft/azure/management/batch/implementation/PoolImpl;Lcom/microsoft/azure/management/batch/Pool;Lcom/microsoft/azure/management/batch/implementation/PoolInner;Lcom/microsoft/azure/management/batch/implementation/BatchAccountImpl;Lcom/microsoft/azure/management/batch/BatchAccount;>;
SourceFile: "PoolsImpl.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()