public abstract class com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl<FluentModelT extends com.microsoft.azure.management.resources.fluentcore.model.Indexable, InnerModelT, ParentImplT extends ParentT, ParentT> extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl<InnerModelT, ParentImplT, ParentT> implements com.microsoft.azure.management.resources.fluentcore.model.Appliable<FluentModelT>, com.microsoft.azure.management.resources.fluentcore.model.Creatable<FluentModelT>, com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup, com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<FluentModelT, ParentT>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<FluentModelT>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl
{
  private com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation pendingOperation;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl<FluentModelT, InnerModelT, ParentImplT, ParentT>.ExternalChildActionTaskItem childAction;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$ExternalChildActionTaskItem;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>.ExternalChildActionTaskItem;

  protected void <init>(java.lang.String, ParentImplT, );
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object parent
        start local 3 // java.lang.Object innerObject
         0: .line 78
            aload 0 /* this */
            aload 3 /* innerObject */
            aload 2 /* parent */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 58
            aload 0 /* this */
            getstatic com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation.None:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
            putfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.pendingOperation:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
         2: .line 79
            aload 0 /* this */
            new com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;)V
            putfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.childAction:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$ExternalChildActionTaskItem;
         3: .line 80
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.name:Ljava/lang/String;
         4: .line 81
            return
        end local 3 // java.lang.Object innerObject
        end local 2 // java.lang.Object parent
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    5     1         name  Ljava/lang/String;
            0    5     2       parent  TParentImplT;
            0    5     3  innerObject  TInnerModelT;
    Signature: (Ljava/lang/String;TParentImplT;TInnerModelT;)V
    MethodParameters:
             Name  Flags
      name         
      parent       
      innerObject  

  protected void <init>(java.lang.String, java.lang.String, ParentImplT, );
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String name
        start local 3 // java.lang.Object parent
        start local 4 // java.lang.Object innerObject
         0: .line 95
            aload 0 /* this */
            aload 4 /* innerObject */
            aload 3 /* parent */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 58
            aload 0 /* this */
            getstatic com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation.None:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
            putfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.pendingOperation:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
         2: .line 96
            aload 0 /* this */
            new com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem
            dup
            aload 0 /* this */
            aload 1 /* key */
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;Ljava/lang/String;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;)V
            putfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.childAction:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$ExternalChildActionTaskItem;
         3: .line 97
            aload 0 /* this */
            aload 2 /* name */
            putfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.name:Ljava/lang/String;
         4: .line 98
            return
        end local 4 // java.lang.Object innerObject
        end local 3 // java.lang.Object parent
        end local 2 // java.lang.String name
        end local 1 // java.lang.String key
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    5     1          key  Ljava/lang/String;
            0    5     2         name  Ljava/lang/String;
            0    5     3       parent  TParentImplT;
            0    5     4  innerObject  TInnerModelT;
    Signature: (Ljava/lang/String;Ljava/lang/String;TParentImplT;TInnerModelT;)V
    MethodParameters:
             Name  Flags
      key          
      name         
      parent       
      innerObject  

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 102
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;

  public com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation pendingOperation();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 109
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.pendingOperation:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
    Signature: ()Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;

  public void setPendingOperation(com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation pendingOperation
         0: .line 118
            aload 0 /* this */
            aload 1 /* pendingOperation */
            putfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.pendingOperation:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
         1: .line 119
            return
        end local 1 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation pendingOperation
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    2     1  pendingOperation  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;)V
    MethodParameters:
                  Name  Flags
      pendingOperation  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 127
            aload 0 /* this */
            getstatic com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation.None:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.setPendingOperation:(Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;)V
         1: .line 128
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.childAction:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$ExternalChildActionTaskItem;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem.clear:()V
         2: .line 129
            return
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;

  public com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup taskGroup();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 136
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.childAction:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$ExternalChildActionTaskItem;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;

  protected final FluentModelT prepareUpdate();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 146
            aload 0 /* this */
            getstatic com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation.ToBeCreated:Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.setPendingOperation:(Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl$PendingOperation;)V
         1: .line 147
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
    Signature: ()TFluentModelT;

  public abstract rx.Observable<FluentModelT> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<TFluentModelT;>;

  public abstract rx.Observable<FluentModelT> updateResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<TFluentModelT;>;

  public abstract rx.Observable<java.lang.Void> deleteResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Ljava/lang/Void;>;

  public java.lang.String childResourceKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 175
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.name:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;

  public final FluentModelT refresh();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 180
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.refreshAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.fluentcore.model.Indexable
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
    Signature: ()TFluentModelT;

  public rx.Observable<FluentModelT> refreshAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 185
            aload 0 /* this */
            astore 1 /* self */
        start local 1 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl self
         1: .line 186
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.getInnerAsync:()Lrx/Observable;
            new com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$1
            dup
            aload 0 /* this */
            aload 1 /* self */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$1.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl self
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            1    2     1  self  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
    Signature: ()Lrx/Observable<TFluentModelT;>;

  protected java.lang.String addDependency(com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem dependency
         0: .line 202
            aload 1 /* dependency */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 203
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 1 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.addDependency:(Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;)Ljava/lang/String;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem dependency
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    2     1  dependency  Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;
    MethodParameters:
            Name  Flags
      dependency  

  protected java.lang.String addDependency(com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
         0: .line 214
            aload 1 /* dependency */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 215
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 1 /* dependency */
            invokeinterface com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.addDependencyTaskGroup:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;)V
         2: .line 216
            aload 1 /* dependency */
            invokeinterface com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.key:()Ljava/lang/String;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    3     1  dependency  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;
    MethodParameters:
            Name  Flags
      dependency  

  protected java.lang.String addDependency(com.microsoft.azure.management.resources.fluentcore.model.Creatable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Creatable creatable
         0: .line 227
            aload 1 /* creatable */
            checkcast com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup
            astore 2 /* dependency */
        start local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
         1: .line 228
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.addDependency:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;)Ljava/lang/String;
            areturn
        end local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
        end local 1 // com.microsoft.azure.management.resources.fluentcore.model.Creatable creatable
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    2     1   creatable  Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
            1    2     2  dependency  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;)Ljava/lang/String;
    MethodParameters:
           Name  Flags
      creatable  

  protected java.lang.String addeDependency(com.microsoft.azure.management.resources.fluentcore.model.Appliable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Appliable;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Appliable appliable
         0: .line 239
            aload 1 /* appliable */
            checkcast com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup
            astore 2 /* dependency */
        start local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
         1: .line 240
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.addDependency:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;)Ljava/lang/String;
            areturn
        end local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
        end local 1 // com.microsoft.azure.management.resources.fluentcore.model.Appliable appliable
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    2     1   appliable  Lcom/microsoft/azure/management/resources/fluentcore/model/Appliable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
            1    2     2  dependency  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Appliable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;)Ljava/lang/String;
    MethodParameters:
           Name  Flags
      appliable  

  protected java.lang.String addDependency(com.microsoft.azure.management.resources.fluentcore.model.Executable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Executable;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Executable executable
         0: .line 252
            aload 1 /* executable */
            checkcast com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup
            astore 2 /* dependency */
        start local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
         1: .line 253
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.addDependency:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;)Ljava/lang/String;
            areturn
        end local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
        end local 1 // com.microsoft.azure.management.resources.fluentcore.model.Executable executable
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    2     1  executable  Lcom/microsoft/azure/management/resources/fluentcore/model/Executable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
            1    2     2  dependency  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Executable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;)Ljava/lang/String;
    MethodParameters:
            Name  Flags
      executable  

  public java.lang.String addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem dependent
         0: .line 264
            aload 1 /* dependent */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 265
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 1 /* dependent */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.addPostRunDependent:(Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;)Ljava/lang/String;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem dependent
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    2     1  dependent  Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;
    MethodParameters:
           Name  Flags
      dependent  

  protected java.lang.String addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependent
         0: .line 276
            aload 1 /* dependent */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 277
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 1 /* dependent */
            invokeinterface com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.addPostRunDependentTaskGroup:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;)V
         2: .line 278
            aload 1 /* dependent */
            invokeinterface com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.key:()Ljava/lang/String;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependent
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    3     1  dependent  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;
    MethodParameters:
           Name  Flags
      dependent  

  protected java.lang.String addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.model.Creatable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Creatable creatable
         0: .line 289
            aload 1 /* creatable */
            checkcast com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup
            astore 2 /* dependency */
        start local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
         1: .line 290
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.addPostRunDependent:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;)Ljava/lang/String;
            areturn
        end local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
        end local 1 // com.microsoft.azure.management.resources.fluentcore.model.Creatable creatable
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    2     1   creatable  Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
            1    2     2  dependency  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;)Ljava/lang/String;
    MethodParameters:
           Name  Flags
      creatable  

  protected java.lang.String addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.model.Appliable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Appliable;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Appliable appliable
         0: .line 301
            aload 1 /* appliable */
            checkcast com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup
            astore 2 /* dependency */
        start local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
         1: .line 302
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.addPostRunDependent:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;)Ljava/lang/String;
            areturn
        end local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
        end local 1 // com.microsoft.azure.management.resources.fluentcore.model.Appliable appliable
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    2     1   appliable  Lcom/microsoft/azure/management/resources/fluentcore/model/Appliable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
            1    2     2  dependency  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Appliable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;)Ljava/lang/String;
    MethodParameters:
           Name  Flags
      appliable  

  protected void addPostRunDependent(com.microsoft.azure.management.resources.fluentcore.model.Executable<? extends com.microsoft.azure.management.resources.fluentcore.model.Indexable>);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Executable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Executable executable
         0: .line 314
            aload 1 /* executable */
            checkcast com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup
            astore 2 /* dependency */
        start local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
         1: .line 315
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.addPostRunDependent:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;)Ljava/lang/String;
            pop
         2: .line 316
            return
        end local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
        end local 1 // com.microsoft.azure.management.resources.fluentcore.model.Executable executable
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    3     1  executable  Lcom/microsoft/azure/management/resources/fluentcore/model/Executable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
            1    3     2  dependency  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Executable<+Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;)V
    MethodParameters:
            Name  Flags
      executable  

  public void beforeGroupCreateOrUpdate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 324
            return
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;

  public rx.Observable<com.microsoft.azure.management.resources.fluentcore.model.Indexable> createAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 328
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.newInvocationContext:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.invokeAsync:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;

  public FluentModelT create();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 333
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.createAsync:()Lrx/Observable;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.rootResource:(Lrx/Observable;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.fluentcore.model.Indexable
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
    Signature: ()TFluentModelT;

  public com.microsoft.rest.ServiceFuture<FluentModelT> createAsync(com.microsoft.rest.ServiceCallback<FluentModelT>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.rest.ServiceCallback callback
         0: .line 338
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.createAsync:()Lrx/Observable;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.rootResource:(Lrx/Observable;)Lrx/Observable;
            aload 1 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback callback
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    1     1  callback  Lcom/microsoft/rest/ServiceCallback<TFluentModelT;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<TFluentModelT;>;)Lcom/microsoft/rest/ServiceFuture<TFluentModelT;>;
    MethodParameters:
          Name  Flags
      callback  final

  public rx.Observable<FluentModelT> applyAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 343
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.newInvocationContext:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.invokeAsync:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;)Lrx/Observable;
         1: .line 344
            invokevirtual rx.Observable.last:()Lrx/Observable;
         2: .line 345
            new com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$2.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 343
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
    Signature: ()Lrx/Observable<TFluentModelT;>;

  public FluentModelT apply();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
         0: .line 355
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.applyAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.fluentcore.model.Indexable
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
    Signature: ()TFluentModelT;

  public com.microsoft.rest.ServiceFuture<FluentModelT> applyAsync(com.microsoft.rest.ServiceCallback<FluentModelT>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // com.microsoft.rest.ServiceCallback callback
         0: .line 360
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.applyAsync:()Lrx/Observable;
            aload 1 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback callback
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    1     1  callback  Lcom/microsoft/rest/ServiceCallback<TFluentModelT;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<TFluentModelT;>;)Lcom/microsoft/rest/ServiceFuture<TFluentModelT;>;
    MethodParameters:
          Name  Flags
      callback  

  protected abstract rx.Observable<InnerModelT> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: ()Lrx/Observable<TInnerModelT;>;

  protected rx.Completable afterPostRunAsync(boolean);
    descriptor: (Z)Lrx/Completable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
        start local 1 // boolean isGroupFaulted
         0: .line 366
            invokestatic rx.Completable.complete:()Lrx/Completable;
            areturn
        end local 1 // boolean isGroupFaulted
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl<TFluentModelT;TInnerModelT;TParentImplT;TParentT;>;
            0    1     1  isGroupFaulted  Z
    MethodParameters:
                Name  Flags
      isGroupFaulted  

  public java.lang.Object create();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.create:()Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String key();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl.key:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object refresh();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.refresh:()Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object apply();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl.apply:()Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <FluentModelT::Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;InnerModelT:Ljava/lang/Object;ParentImplT:TParentT;ParentT:Ljava/lang/Object;>Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ChildResourceImpl<TInnerModelT;TParentImplT;TParentT;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Appliable<TFluentModelT;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable<TFluentModelT;>;Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/ExternalChildResource<TFluentModelT;TParentT;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<TFluentModelT;>;
SourceFile: "ExternalChildResourceImpl.java"
NestMembers:
  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$1  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$2  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem$1  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem$2  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem$3  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem$4  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem$5  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem$6  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation
InnerClasses:
  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$1
  com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$2
  private ExternalChildActionTaskItem = com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$ExternalChildActionTaskItem of com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl
  public final PendingOperation = com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl$PendingOperation of com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl
  public abstract HasTaskGroup = com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup of com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup
  public final InvocationContext = com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$InvocationContext of com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup