public class com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl<com.microsoft.azure.management.batchai.BatchAIWorkspace, com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl, com.microsoft.azure.management.batchai.implementation.WorkspaceInner, com.microsoft.azure.management.batchai.implementation.WorkspacesInner, com.microsoft.azure.management.batchai.implementation.BatchAIManager> implements com.microsoft.azure.management.batchai.BatchAIWorkspaces
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl
{
  void <init>(com.microsoft.azure.management.batchai.implementation.BatchAIManager);
    descriptor: (Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
        start local 1 // com.microsoft.azure.management.batchai.implementation.BatchAIManager manager
         0: .line 28
            aload 0 /* this */
            aload 1 /* manager */
            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.workspaces:()Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            aload 1 /* manager */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl.<init>:(Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
         1: .line 29
            return
        end local 1 // com.microsoft.azure.management.batchai.implementation.BatchAIManager manager
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspacesImpl;
            0    2     1  manager  Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
    MethodParameters:
         Name  Flags
      manager  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.BatchAIWorkspace> listByResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
        start local 1 // java.lang.String groupName
         0: .line 33
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspacesInner
            aload 1 /* groupName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // java.lang.String groupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspacesImpl;
            0    1     1  groupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;>;
    MethodParameters:
           Name  Flags
      groupName  

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIWorkspace> listByResourceGroupAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
        start local 1 // java.lang.String groupName
         0: .line 38
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspacesInner
            aload 1 /* groupName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String groupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspacesImpl;
            0    1     1  groupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;>;
    MethodParameters:
           Name  Flags
      groupName  

  protected rx.Observable<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> getInnerAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
        start local 1 // java.lang.String groupName
        start local 2 // java.lang.String name
         0: .line 43
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspacesInner
            aload 1 /* groupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.getByResourceGroupAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String groupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspacesImpl;
            0    1     1  groupName  Ljava/lang/String;
            0    1     2       name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
           Name  Flags
      groupName  
      name       

  protected rx.Completable deleteInnerAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
        start local 1 // java.lang.String groupName
        start local 2 // java.lang.String name
         0: .line 48
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspacesInner
            aload 1 /* groupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.deleteAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String groupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspacesImpl;
            0    1     1  groupName  Ljava/lang/String;
            0    1     2       name  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      groupName  
      name       

  protected com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
        start local 1 // java.lang.String name
         0: .line 53
            new com.microsoft.azure.management.batchai.implementation.WorkspaceInner
            dup
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspaceInner.<init>:()V
            astore 2 /* inner */
        start local 2 // com.microsoft.azure.management.batchai.implementation.WorkspaceInner inner
         1: .line 54
            new com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl
            dup
            aload 1 /* name */
            aload 2 /* inner */
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.GroupableResourcesImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;)V
            areturn
        end local 2 // com.microsoft.azure.management.batchai.implementation.WorkspaceInner inner
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspacesImpl;
            0    2     1   name  Ljava/lang/String;
            1    2     2  inner  Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl wrapModel(com.microsoft.azure.management.batchai.implementation.WorkspaceInner);
    descriptor: (Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
        start local 1 // com.microsoft.azure.management.batchai.implementation.WorkspaceInner inner
         0: .line 59
            aload 1 /* inner */
            ifnonnull 2
         1: .line 60
            aconst_null
            areturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl
            dup
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspaceInner.name:()Ljava/lang/String;
            aload 1 /* inner */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;)V
            areturn
        end local 1 // com.microsoft.azure.management.batchai.implementation.WorkspaceInner inner
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspacesImpl;
            0    3     1  inner  Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
    MethodParameters:
       Name  Flags
      inner  

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.BatchAIWorkspace> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
         0: .line 72
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspacesInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.list:()Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspacesImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;>;

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIWorkspace> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
         0: .line 77
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspacesInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listAsync:()Lrx/Observable;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspacesImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;>;

  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.WorkspaceInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.wrapModel:(Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            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.BatchAIWorkspacesImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            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.BatchAIWorkspacesImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/GroupableResourcesImpl<Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;>;Lcom/microsoft/azure/management/batchai/BatchAIWorkspaces;
SourceFile: "BatchAIWorkspacesImpl.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()