public abstract class com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl<FluentModelT extends com.microsoft.azure.management.resources.fluentcore.model.Indexable, InnerModelT, FluentModelImplT extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl<FluentModelT, InnerModelT>> extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl<FluentModelT, InnerModelT> 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.model.implementation.CreateUpdateTask$ResourceCreatorUpdater<FluentModelT>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup taskGroup;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.lang.String, );
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object innerObject
         0: .line 60
            aload 0 /* this */
            aload 1 /* name */
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.SdkContext.randomUuid:()Ljava/lang/String;
            aload 2 /* innerObject */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 61
            return
        end local 2 // java.lang.Object innerObject
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    2     1         name  Ljava/lang/String;
            0    2     2  innerObject  TInnerModelT;
    Signature: (Ljava/lang/String;TInnerModelT;)V
    MethodParameters:
             Name  Flags
      name         
      innerObject  

  protected void <init>(java.lang.String, java.lang.String, );
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String key
        start local 3 // java.lang.Object innerObject
         0: .line 71
            aload 0 /* this */
            aload 2 /* key */
            aload 3 /* innerObject */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 72
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.name:Ljava/lang/String;
         2: .line 73
            aload 0 /* this */
            new com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.key:()Ljava/lang/String;
         3: .line 74
            new com.microsoft.azure.management.resources.fluentcore.model.implementation.CreateUpdateTask
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreateUpdateTask.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreateUpdateTask$ResourceCreatorUpdater;)V
            invokespecial com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskItem;)V
         4: .line 73
            putfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.taskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
         5: .line 75
            return
        end local 3 // java.lang.Object innerObject
        end local 2 // java.lang.String key
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    6     1         name  Ljava/lang/String;
            0    6     2          key  Ljava/lang/String;
            0    6     3  innerObject  TInnerModelT;
    Signature: (Ljava/lang/String;Ljava/lang/String;TInnerModelT;)V
    MethodParameters:
             Name  Flags
      name         
      key          
      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.model.implementation.CreatableUpdatableImpl this
         0: .line 79
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  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.model.implementation.CreatableUpdatableImpl this
         0: .line 84
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.taskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem dependency
         0: .line 94
            aload 1 /* dependency */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 95
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependency
         0: .line 106
            aload 1 /* dependency */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 107
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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 108
            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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Creatable creatable
         0: .line 119
            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 120
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Appliable appliable
         0: .line 131
            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 132
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Executable executable
         0: .line 144
            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 145
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem dependent
         0: .line 156
            aload 1 /* dependent */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 157
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$HasTaskGroup dependent
         0: .line 168
            aload 1 /* dependent */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 169
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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 170
            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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Creatable creatable
         0: .line 181
            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 182
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Appliable appliable
         0: .line 193
            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 194
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.Executable executable
         0: .line 206
            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 207
            aload 0 /* this */
            aload 2 /* dependency */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.addPostRunDependent:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$HasTaskGroup;)Ljava/lang/String;
            pop
         2: .line 208
            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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl this
         0: .line 214
            return
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  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.model.implementation.CreatableUpdatableImpl this
         0: .line 218
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.taskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;

  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.model.implementation.CreatableUpdatableImpl this
         0: .line 223
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.taskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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 224
            invokevirtual rx.Observable.last:()Lrx/Observable;
         2: .line 225
            new com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl$1.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 223
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
    Signature: ()Lrx/Observable<TFluentModelT;>;

  public boolean isHot();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
         0: .line 237
            iconst_0
            ireturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;

  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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.rest.ServiceCallback callback
         0: .line 242
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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 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.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.rest.ServiceCallback callback
         0: .line 247
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    1     1  callback  Lcom/microsoft/rest/ServiceCallback<TFluentModelT;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<TFluentModelT;>;)Lcom/microsoft/rest/ServiceFuture<TFluentModelT;>;
    MethodParameters:
          Name  Flags
      callback  

  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.model.implementation.CreatableUpdatableImpl this
         0: .line 252
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
    Signature: ()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.model.implementation.CreatableUpdatableImpl this
         0: .line 257
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.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.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
    Signature: ()TFluentModelT;

  public FluentModelImplT update();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
         0: .line 267
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
    Signature: ()TFluentModelImplT;

  public rx.Observable<FluentModelT> updateResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
         0: .line 272
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.createResourceAsync:()Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
    Signature: ()Lrx/Observable<TFluentModelT;>;

  public rx.Observable<FluentModelT> updateResourceAsync(com.microsoft.azure.management.resources.fluentcore.arm.Context);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Context;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Context context
         0: .line 277
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.updateResourceAsync:()Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Context context
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    1     1  context  Lcom/microsoft/azure/management/resources/fluentcore/arm/Context;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Context;)Lrx/Observable<TFluentModelT;>;
    MethodParameters:
         Name  Flags
      context  

  public rx.Observable<FluentModelT> createResourceAsync(com.microsoft.azure.management.resources.fluentcore.arm.Context);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Context;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Context context
         0: .line 282
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.createResourceAsync:()Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.arm.Context context
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    1     1  context  Lcom/microsoft/azure/management/resources/fluentcore/arm/Context;
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Context;)Lrx/Observable<TFluentModelT;>;
    MethodParameters:
         Name  Flags
      context  

  protected <T extends com.microsoft.azure.management.resources.fluentcore.model.Indexable> T taskResult(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
        start local 1 // java.lang.String key
         0: .line 294
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.taskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 1 /* key */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.taskResult:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
            astore 2 /* result */
        start local 2 // com.microsoft.azure.management.resources.fluentcore.model.Indexable result
         1: .line 295
            aload 2 /* result */
            ifnonnull 3
         2: .line 296
            aconst_null
            areturn
         3: .line 298
      StackMap locals: com.microsoft.azure.management.resources.fluentcore.model.Indexable
      StackMap stack:
            aload 2 /* result */
            astore 3 /* castedResult */
        start local 3 // com.microsoft.azure.management.resources.fluentcore.model.Indexable castedResult
         4: .line 299
            aload 3 /* castedResult */
            areturn
        end local 3 // com.microsoft.azure.management.resources.fluentcore.model.Indexable castedResult
        end local 2 // com.microsoft.azure.management.resources.fluentcore.model.Indexable result
        end local 1 // java.lang.String key
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    5     1           key  Ljava/lang/String;
            1    5     2        result  Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
            4    5     3  castedResult  TT;
    Signature: <T::Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  protected rx.functions.Func1<InnerModelT, FluentModelT> innerToFluentMap(FluentModelImplT);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
        start local 1 // com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl fluentModelImplT
         0: .line 305
            new com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl$2
            dup
            aload 0 /* this */
            aload 1 /* fluentModelImplT */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl$2.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl;Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)V
            areturn
        end local 1 // com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl fluentModelImplT
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            0    1     1  fluentModelImplT  TFluentModelImplT;
    Signature: (TFluentModelImplT;)Lrx/functions/Func1<TInnerModelT;TFluentModelT;>;
    MethodParameters:
                  Name  Flags
      fluentModelImplT  final

  public rx.Completable afterPostRunAsync(boolean);
    descriptor: (Z)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
        start local 1 // boolean isGroupFaulted
         0: .line 319
            invokestatic rx.Completable.complete:()Lrx/Completable;
            areturn
        end local 1 // boolean isGroupFaulted
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<TFluentModelT;TInnerModelT;TFluentModelImplT;>;
            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.model.implementation.CreatableUpdatableImpl.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.model.implementation.IndexableRefreshableWrapperImpl.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.model.implementation.IndexableRefreshableWrapperImpl.toString:()Ljava/lang/String;
            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.model.implementation.CreatableUpdatableImpl.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;FluentModelImplT:Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl<TFluentModelT;TInnerModelT;>;>Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl<TFluentModelT;TInnerModelT;>;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/model/implementation/CreateUpdateTask$ResourceCreatorUpdater<TFluentModelT;>;
SourceFile: "CreatableUpdatableImpl.java"
NestMembers:
  com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl$1  com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl$2
InnerClasses:
  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
  com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl$1
  com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl$2
  public abstract ResourceCreatorUpdater = com.microsoft.azure.management.resources.fluentcore.model.implementation.CreateUpdateTask$ResourceCreatorUpdater of com.microsoft.azure.management.resources.fluentcore.model.implementation.CreateUpdateTask