class com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl<com.microsoft.azure.management.batchai.BatchAIJob, com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl, com.microsoft.azure.management.batchai.implementation.JobInner> implements com.microsoft.azure.management.batchai.BatchAIJobs
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl
{
  private final com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace;
    descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl experiment;
    descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl);
    descriptor: (Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl experiment
         0: .line 36
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* experiment */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.workspace:()Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl
            putfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
         2: .line 38
            aload 0 /* this */
            aload 1 /* experiment */
            putfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
         3: .line 39
            return
        end local 1 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl experiment
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    4     1  experiment  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
    MethodParameters:
            Name  Flags
      experiment  

  public com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl define(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String name
         0: .line 43
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void deleteByName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String name
         0: .line 48
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.deleteByNameAsync:(Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 49
            return
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteByNameAsync(java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 53
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            aload 2 /* callback */
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.deleteAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    1     1      name  Ljava/lang/String;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      name      
      callback  

  public rx.Completable deleteByNameAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String name
         0: .line 58
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.parent:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.deleteAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.BatchAIJob> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
         0: .line 63
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.jobs:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.listByExperiment:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.BatchAIJob> list(int);
    descriptor: (I)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // int maxResults
         0: .line 68
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.jobs:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
         1: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            new com.microsoft.azure.management.batchai.JobsListByExperimentOptions
            dup
            invokespecial com.microsoft.azure.management.batchai.JobsListByExperimentOptions.<init>:()V
            iload 1 /* maxResults */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.batchai.JobsListByExperimentOptions.withMaxResults:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/batchai/JobsListByExperimentOptions;
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.listByExperiment:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/JobsListByExperimentOptions;)Lcom/microsoft/azure/PagedList;
         2: .line 68
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // int maxResults
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    3     1  maxResults  I
    Signature: (I)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
    MethodParameters:
            Name  Flags
      maxResults  

  public com.microsoft.azure.management.batchai.BatchAIJob getByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIJob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String name
         0: .line 74
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.jobs:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
         1: .line 75
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/JobInner;
         2: .line 74
            astore 2 /* inner */
        start local 2 // com.microsoft.azure.management.batchai.implementation.JobInner inner
         3: .line 76
            new com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl
            dup
            aload 1 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            aload 2 /* inner */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;Lcom/microsoft/azure/management/batchai/implementation/JobInner;)V
            areturn
        end local 2 // com.microsoft.azure.management.batchai.implementation.JobInner inner
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    4     1   name  Ljava/lang/String;
            3    4     2  inner  Lcom/microsoft/azure/management/batchai/implementation/JobInner;
    MethodParameters:
      Name  Flags
      name  

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIJob> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
         0: .line 81
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.listByExperimentAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIJob> getByNameAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String name
         0: .line 86
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.parent:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 87
            new com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$1.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 86
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    3     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl getById(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String id
         0: .line 97
            aload 0 /* this */
            aload 1 /* id */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.getByIdAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIJob> getByIdAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String id
         0: .line 102
            aload 1 /* id */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
            astore 2 /* resourceId */
        start local 2 // com.microsoft.azure.management.resources.fluentcore.arm.ResourceId resourceId
         1: .line 103
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
            aload 2 /* resourceId */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            aload 2 /* resourceId */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         2: .line 104
            new com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$2.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 103
            areturn
        end local 2 // com.microsoft.azure.management.resources.fluentcore.arm.ResourceId resourceId
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    4     1          id  Ljava/lang/String;
            1    4     2  resourceId  Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
    MethodParameters:
      Name  Flags
      id    

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batchai.BatchAIJob> getByIdAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batchai.BatchAIJob>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String id
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 114
            aload 0 /* this */
            aload 1 /* id */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.getByIdAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    1     1        id  Ljava/lang/String;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
    MethodParameters:
          Name  Flags
      id        
      callback  

  protected com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String name
         0: .line 119
            new com.microsoft.azure.management.batchai.implementation.JobInner
            dup
            invokespecial com.microsoft.azure.management.batchai.implementation.JobInner.<init>:()V
            astore 2 /* inner */
        start local 2 // com.microsoft.azure.management.batchai.implementation.JobInner inner
         1: .line 120
            new com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl
            dup
            aload 1 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            aload 2 /* inner */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;Lcom/microsoft/azure/management/batchai/implementation/JobInner;)V
            areturn
        end local 2 // com.microsoft.azure.management.batchai.implementation.JobInner inner
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    2     1   name  Ljava/lang/String;
            1    2     2  inner  Lcom/microsoft/azure/management/batchai/implementation/JobInner;
    MethodParameters:
      Name  Flags
      name  

  public rx.Completable deleteByIdAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // java.lang.String id
         0: .line 125
            aload 1 /* id */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
            astore 2 /* resourceId */
        start local 2 // com.microsoft.azure.management.resources.fluentcore.arm.ResourceId resourceId
         1: .line 126
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
            aload 2 /* resourceId */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            aload 2 /* resourceId */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.deleteAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 2 // com.microsoft.azure.management.resources.fluentcore.arm.ResourceId resourceId
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    2     1          id  Ljava/lang/String;
            1    2     2  resourceId  Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
    MethodParameters:
      Name  Flags
      id    

  public com.microsoft.azure.management.batchai.implementation.JobsInner inner();
    descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
         0: .line 131
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.jobs:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;

  protected com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl wrapModel(com.microsoft.azure.management.batchai.implementation.JobInner);
    descriptor: (Lcom/microsoft/azure/management/batchai/implementation/JobInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
        start local 1 // com.microsoft.azure.management.batchai.implementation.JobInner inner
         0: .line 136
            aload 1 /* inner */
            ifnonnull 2
         1: .line 137
            aconst_null
            areturn
         2: .line 139
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl
            dup
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.batchai.implementation.JobInner.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            aload 1 /* inner */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;Lcom/microsoft/azure/management/batchai/implementation/JobInner;)V
            areturn
        end local 1 // com.microsoft.azure.management.batchai.implementation.JobInner inner
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
            0    3     1  inner  Lcom/microsoft/azure/management/batchai/implementation/JobInner;
    MethodParameters:
       Name  Flags
      inner  

  public com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl parent();
    descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
         0: .line 144
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;

  public com.microsoft.azure.management.batchai.implementation.BatchAIManager manager();
    descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
         0: .line 149
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;

  public java.lang.Object parent();
    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.batchai.implementation.BatchAIJobsImpl.parent:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getById(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.getById:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.batchai.implementation.JobInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapModel:(Lcom/microsoft/azure/management/batchai/implementation/JobInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object inner();
    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.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.getByName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIJob;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object define(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object manager();
    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.batchai.implementation.BatchAIJobsImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/CreatableResourcesImpl<Lcom/microsoft/azure/management/batchai/BatchAIJob;Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;Lcom/microsoft/azure/management/batchai/implementation/JobInner;>;Lcom/microsoft/azure/management/batchai/BatchAIJobs;
SourceFile: "BatchAIJobsImpl.java"
NestMembers:
  com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$1  com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$2
InnerClasses:
  com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$1
  com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$2
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()