class com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl<com.microsoft.azure.management.batchai.BatchAIFileServer, com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl, com.microsoft.azure.management.batchai.implementation.FileServerInner> implements com.microsoft.azure.management.batchai.BatchAIFileServers
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl
  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

  void <init>(com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl);
    descriptor: (Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
        start local 1 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace
         0: .line 32
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* workspace */
            putfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
         2: .line 34
            return
        end local 1 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            0    3     1  workspace  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
    MethodParameters:
           Name  Flags
      workspace  final

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

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

  protected com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl wrapModel(com.microsoft.azure.management.batchai.implementation.FileServerInner);
    descriptor: (Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
        start local 1 // com.microsoft.azure.management.batchai.implementation.FileServerInner inner
         0: .line 49
            aload 1 /* inner */
            ifnonnull 2
         1: .line 50
            aconst_null
            areturn
         2: .line 52
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl
            dup
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.name:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            aload 1 /* inner */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;)V
            areturn
        end local 1 // com.microsoft.azure.management.batchai.implementation.FileServerInner inner
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            0    3     1  inner  Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
    MethodParameters:
       Name  Flags
      inner  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.BatchAIFileServer> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
         0: .line 57
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.BatchAIFileServersImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.listByWorkspace:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;>;

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIFileServer> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
         0: .line 62
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.BatchAIFileServersImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.listByWorkspaceAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;>;

  public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl getById(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
        start local 1 // java.lang.String id
         0: .line 67
            aload 0 /* this */
            aload 1 /* id */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.BatchAIFileServerImpl
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIFileServer> getByIdAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
        start local 1 // java.lang.String id
         0: .line 72
            aload 1 /* id */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.name:()Ljava/lang/String;
            astore 2 /* fileServerName */
        start local 2 // java.lang.String fileServerName
         1: .line 73
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.fileServers:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.BatchAIFileServersImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 2 /* fileServerName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl$1.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String fileServerName
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            0    2     1              id  Ljava/lang/String;
            1    2     2  fileServerName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;>;
    MethodParameters:
      Name  Flags
      id    

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batchai.BatchAIFileServer> getByIdAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batchai.BatchAIFileServer>);
    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.BatchAIFileServersImpl this
        start local 1 // java.lang.String id
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 87
            aload 0 /* this */
            aload 1 /* id */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            0    1     1        id  Ljava/lang/String;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;>;
    MethodParameters:
          Name  Flags
      id        
      callback  

  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.BatchAIFileServersImpl this
         0: .line 92
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;

  public rx.Completable deleteByIdAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
        start local 1 // java.lang.String id
         0: .line 97
            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 98
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            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.BatchAIFileServersImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.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.FileServersInner.deleteAsync:(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.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            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.FileServersInner inner();
    descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
         0: .line 103
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.fileServers:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIFileServer> getByNameAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
        start local 1 // java.lang.String name
         0: .line 108
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.BatchAIFileServersImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl$2.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;>;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl getByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
        start local 1 // java.lang.String name
         0: .line 118
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.getByNameAsync:(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.BatchAIFileServerImpl
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            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.BatchAIFileServersImpl this
        start local 1 // java.lang.String name
         0: .line 123
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.deleteByNameAsync:(Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 124
            return
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            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=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 128
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.BatchAIFileServersImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 2 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(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 name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            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=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl this
        start local 1 // java.lang.String name
         0: .line 133
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.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.BatchAIFileServersImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.deleteAsync:(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.BatchAIFileServersImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServersImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  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.BatchAIFileServersImpl.getById:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            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.FileServerInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.wrapModel:(Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            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.BatchAIFileServersImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            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.BatchAIFileServersImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
            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.BatchAIFileServersImpl.getByName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            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.BatchAIFileServersImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
            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.BatchAIFileServersImpl.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/BatchAIFileServer;Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;>;Lcom/microsoft/azure/management/batchai/BatchAIFileServers;
SourceFile: "BatchAIFileServersImpl.java"
NestMembers:
  com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl$1  com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl$2
InnerClasses:
  com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl$1
  com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl$2
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()