public class com.microsoft.azure.management.batchai.implementation.WorkspacesInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsDelete<java.lang.Void>, com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsListing<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.WorkspacesInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService service;
    descriptor: Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl client;
    descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(retrofit2.Retrofit, com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl);
    descriptor: (Lretrofit2/Retrofit;Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl client
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService
            putfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
         2: .line 65
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
         3: .line 66
            return
        end local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl client
        end local 1 // retrofit2.Retrofit retrofit
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    4     1  retrofit  Lretrofit2/Retrofit;
            0    4     2    client  Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
    MethodParameters:
          Name  Flags
      retrofit  
      client    

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
         0: .line 124
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listSinglePageAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 1 /* response */
        start local 1 // com.microsoft.rest.ServiceResponse response
         1: .line 125
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$1
            dup
            aload 0 /* this */
            aload 1 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$1.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 142
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 143
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$2.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
         2: .line 149
            aload 1 /* serviceCallback */
         3: .line 141
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> 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.WorkspacesInner this
         0: .line 159
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listWithServiceResponseAsync:()Lrx/Observable;
         1: .line 160
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$3.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 159
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
         0: .line 175
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 176
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$4.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 175
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
         0: .line 195
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 196
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 199
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 202
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* maxResults */
        start local 1 // java.lang.Integer maxResults
         5: .line 203
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 1 /* maxResults */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Lrx/Observable;
         6: .line 204
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$5.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         7: .line 203
            areturn
        end local 1 // java.lang.Integer maxResults
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            5    8     1  maxResults  Ljava/lang/Integer;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> list(com.microsoft.azure.management.batchai.WorkspacesListOptions);
    descriptor: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
         0: .line 227
            aload 0 /* this */
            aload 1 /* workspacesListOptions */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listSinglePageAsync:(Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 228
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$6
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$6.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    2     1  workspacesListOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;
            1    2     2               response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    Signature: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                       Name  Flags
      workspacesListOptions  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listAsync(com.microsoft.azure.management.batchai.WorkspacesListOptions, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;Lcom/microsoft/azure/ListOperationCallback;)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.WorkspacesInner this
        start local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 246
            aload 0 /* this */
            aload 1 /* workspacesListOptions */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listSinglePageAsync:(Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable;
         1: .line 247
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$7.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
         2: .line 253
            aload 2 /* serviceCallback */
         3: .line 245
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    4     1  workspacesListOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;
            0    4     2        serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                       Name  Flags
      workspacesListOptions  final
      serviceCallback        final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listAsync(com.microsoft.azure.management.batchai.WorkspacesListOptions);
    descriptor: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
         0: .line 264
            aload 0 /* this */
            aload 1 /* workspacesListOptions */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listWithServiceResponseAsync:(Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable;
         1: .line 265
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$8.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 264
            areturn
        end local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1  workspacesListOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;
    Signature: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                       Name  Flags
      workspacesListOptions  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listWithServiceResponseAsync(com.microsoft.azure.management.batchai.WorkspacesListOptions);
    descriptor: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
         0: .line 281
            aload 0 /* this */
            aload 1 /* workspacesListOptions */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listSinglePageAsync:(Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable;
         1: .line 282
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$9.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 281
            areturn
        end local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1  workspacesListOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;
    Signature: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
                       Name  Flags
      workspacesListOptions  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listSinglePageAsync(com.microsoft.azure.management.batchai.WorkspacesListOptions);
    descriptor: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
         0: .line 302
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 303
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 306
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 308
      StackMap locals:
      StackMap stack:
            aload 1 /* workspacesListOptions */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         5: .line 309
            aconst_null
            astore 2 /* maxResults */
        start local 2 // java.lang.Integer maxResults
         6: .line 310
            aload 1 /* workspacesListOptions */
            ifnull 8
         7: .line 311
            aload 1 /* workspacesListOptions */
            invokevirtual com.microsoft.azure.management.batchai.WorkspacesListOptions.maxResults:()Ljava/lang/Integer;
            astore 2 /* maxResults */
         8: .line 313
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 2 /* maxResults */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Lrx/Observable;
         9: .line 314
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$10.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 313
            areturn
        end local 2 // java.lang.Integer maxResults
        end local 1 // com.microsoft.azure.management.batchai.WorkspacesListOptions workspacesListOptions
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   11     1  workspacesListOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;
            6   11     2             maxResults  Ljava/lang/Integer;
    Signature: (Lcom/microsoft/azure/management/batchai/WorkspacesListOptions;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
                       Name  Flags
      workspacesListOptions  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.PageImpl<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // retrofit2.Response response
         0: .line 328
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 329
            sipush 200
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$11.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$11.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 330
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 331
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 328
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/PageImpl<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> listByResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 344
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 345
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$12
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$12.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            1    2     2           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)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.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 363
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 364
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$13.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
         2: .line 370
            aload 2 /* serviceCallback */
         3: .line 362
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listByResourceGroupAsync(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.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 381
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 382
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$14.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 381
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listByResourceGroupWithServiceResponseAsync(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.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 398
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 399
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$15.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 398
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listByResourceGroupSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 419
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 420
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 423
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 426
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 429
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* maxResults */
        start local 2 // java.lang.Integer maxResults
         7: .line 430
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 2 /* maxResults */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Lrx/Observable;
         8: .line 431
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$16.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 430
            areturn
        end local 2 // java.lang.Integer maxResults
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   10     1  resourceGroupName  Ljava/lang/String;
            7   10     2         maxResults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> listByResourceGroup(java.lang.String, com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
         0: .line 455
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspacesListByResourceGroupOptions */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 456
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$17
            dup
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$17.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0    2     0                                  this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    2     1                     resourceGroupName  Ljava/lang/String;
            0    2     2  workspacesListByResourceGroupOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;
            1    2     3                              response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                                      Name  Flags
      resourceGroupName                     final
      workspacesListByResourceGroupOptions  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 475
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspacesListByResourceGroupOptions */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable;
         1: .line 476
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$18.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
         2: .line 482
            aload 3 /* serviceCallback */
         3: .line 474
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0    4     0                                  this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    4     1                     resourceGroupName  Ljava/lang/String;
            0    4     2  workspacesListByResourceGroupOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;
            0    4     3                       serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                                      Name  Flags
      resourceGroupName                     final
      workspacesListByResourceGroupOptions  final
      serviceCallback                       final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
         0: .line 494
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspacesListByResourceGroupOptions */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable;
         1: .line 495
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$19.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 494
            areturn
        end local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0    3     0                                  this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1                     resourceGroupName  Ljava/lang/String;
            0    3     2  workspacesListByResourceGroupOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                                      Name  Flags
      resourceGroupName                     final
      workspacesListByResourceGroupOptions  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listByResourceGroupWithServiceResponseAsync(java.lang.String, com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
         0: .line 512
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspacesListByResourceGroupOptions */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable;
         1: .line 513
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$20.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 512
            areturn
        end local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0    3     0                                  this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1                     resourceGroupName  Ljava/lang/String;
            0    3     2  workspacesListByResourceGroupOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
                                      Name  Flags
      resourceGroupName                     final
      workspacesListByResourceGroupOptions  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listByResourceGroupSinglePageAsync(java.lang.String, com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
         0: .line 534
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 535
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 538
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 541
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 543
      StackMap locals:
      StackMap stack:
            aload 2 /* workspacesListByResourceGroupOptions */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         7: .line 544
            aconst_null
            astore 3 /* maxResults */
        start local 3 // java.lang.Integer maxResults
         8: .line 545
            aload 2 /* workspacesListByResourceGroupOptions */
            ifnull 10
         9: .line 546
            aload 2 /* workspacesListByResourceGroupOptions */
            invokevirtual com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions.maxResults:()Ljava/lang/Integer;
            astore 3 /* maxResults */
        10: .line 548
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 3 /* maxResults */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Lrx/Observable;
        11: .line 549
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$21.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 548
            areturn
        end local 3 // java.lang.Integer maxResults
        end local 2 // com.microsoft.azure.management.batchai.WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0   13     0                                  this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   13     1                     resourceGroupName  Ljava/lang/String;
            0   13     2  workspacesListByResourceGroupOptions  Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;
            8   13     3                            maxResults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspacesListByResourceGroupOptions;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
                                      Name  Flags
      resourceGroupName                     final
      workspacesListByResourceGroupOptions  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.PageImpl<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // retrofit2.Response response
         0: .line 563
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 564
            sipush 200
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$22.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$22.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 565
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 566
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 563
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/PageImpl<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batchai.implementation.WorkspaceInner create(java.lang.String, java.lang.String, com.microsoft.azure.management.batchai.WorkspaceCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
         0: .line 581
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
            areturn
        end local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> createAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batchai.WorkspaceCreateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 595
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> createAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batchai.WorkspaceCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
         0: .line 608
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$23.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> createWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batchai.WorkspaceCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
         0: .line 626
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 627
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 629
      StackMap locals:
      StackMap stack:
            aload 2 /* workspaceName */
            ifnonnull 4
         3: .line 630
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workspaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 633
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 635
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 636
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 639
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 641
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 642
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 643
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$24.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$24.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2      workspaceName  Ljava/lang/String;
            0   13     3         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
           12   13     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      parameters         

  public com.microsoft.azure.management.batchai.implementation.WorkspaceInner beginCreate(java.lang.String, java.lang.String, com.microsoft.azure.management.batchai.WorkspaceCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
         0: .line 658
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
            areturn
        end local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> beginCreateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batchai.WorkspaceCreateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 672
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> beginCreateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batchai.WorkspaceCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
         0: .line 685
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$25.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> beginCreateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.batchai.WorkspaceCreateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
         0: .line 703
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 704
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 706
      StackMap locals:
      StackMap stack:
            aload 2 /* workspaceName */
            ifnonnull 4
         3: .line 707
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workspaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 710
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 712
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 713
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 716
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 718
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 719
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.beginCreate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 720
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$26.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 719
            areturn
        end local 3 // com.microsoft.azure.management.batchai.WorkspaceCreateParameters parameters
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2      workspaceName  Ljava/lang/String;
            0   14     3         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> beginCreateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // retrofit2.Response response
         0: .line 734
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 735
            sipush 200
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$27.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$27.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 736
            sipush 202
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$28.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$28.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 737
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 738
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 734
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batchai.implementation.WorkspaceInner update(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 752
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
            areturn
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 765
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> updateAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 777
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$29.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 794
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 795
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 797
      StackMap locals:
      StackMap stack:
            aload 2 /* workspaceName */
            ifnonnull 4
         3: .line 798
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workspaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 801
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 803
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 804
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 807
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.batchai.WorkspaceUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.batchai.WorkspaceUpdateParameters.<init>:()V
            astore 3 /* parameters */
        start local 3 // com.microsoft.azure.management.batchai.WorkspaceUpdateParameters parameters
         9: .line 808
            aload 3 /* parameters */
            aconst_null
            invokevirtual com.microsoft.azure.management.batchai.WorkspaceUpdateParameters.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/batchai/WorkspaceUpdateParameters;
            pop
        10: .line 809
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceUpdateParameters;Ljava/lang/String;)Lrx/Observable;
        11: .line 810
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$30.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 809
            areturn
        end local 3 // com.microsoft.azure.management.batchai.WorkspaceUpdateParameters parameters
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2      workspaceName  Ljava/lang/String;
            9   13     3         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public com.microsoft.azure.management.batchai.implementation.WorkspaceInner update(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // java.util.Map tags
         0: .line 835
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
            areturn
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3               tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      tags               

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> updateAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // java.util.Map tags
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 849
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3               tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      tags               
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> updateAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // java.util.Map tags
         0: .line 862
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$31.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3               tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      tags               

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // java.util.Map tags
         0: .line 880
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 881
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 883
      StackMap locals:
      StackMap stack:
            aload 2 /* workspaceName */
            ifnonnull 4
         3: .line 884
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workspaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 886
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 887
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 890
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 892
      StackMap locals:
      StackMap stack:
            aload 3 /* tags */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 893
            new com.microsoft.azure.management.batchai.WorkspaceUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.batchai.WorkspaceUpdateParameters.<init>:()V
            astore 4 /* parameters */
        start local 4 // com.microsoft.azure.management.batchai.WorkspaceUpdateParameters parameters
        10: .line 894
            aload 4 /* parameters */
            aload 3 /* tags */
            invokevirtual com.microsoft.azure.management.batchai.WorkspaceUpdateParameters.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/batchai/WorkspaceUpdateParameters;
            pop
        11: .line 895
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceUpdateParameters;Ljava/lang/String;)Lrx/Observable;
        12: .line 896
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$32.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 895
            areturn
        end local 4 // com.microsoft.azure.management.batchai.WorkspaceUpdateParameters parameters
        end local 3 // java.util.Map tags
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2      workspaceName  Ljava/lang/String;
            0   14     3               tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
           10   14     4         parameters  Lcom/microsoft/azure/management/batchai/WorkspaceUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      tags               

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> updateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // retrofit2.Response response
         0: .line 910
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 911
            sipush 200
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$33.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$33.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 912
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 913
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 910
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void delete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 926
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 927
            return
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2      workspaceName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 939
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      serviceCallback    final

  public rx.Observable<java.lang.Void> deleteAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 951
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$34.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 968
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 969
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 971
      StackMap locals:
      StackMap stack:
            aload 2 /* workspaceName */
            ifnonnull 4
         3: .line 972
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workspaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 975
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 978
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 980
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 3 /* observable */
        start local 3 // rx.Observable observable
         9: .line 981
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$35.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$35.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 3 // rx.Observable observable
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   10     1  resourceGroupName  Ljava/lang/String;
            0   10     2      workspaceName  Ljava/lang/String;
            9   10     3         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public void beginDelete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 994
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 995
            return
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2      workspaceName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1007
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      serviceCallback    final

  public rx.Observable<java.lang.Void> beginDeleteAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 1019
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$36.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 1036
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1037
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1039
      StackMap locals:
      StackMap stack:
            aload 2 /* workspaceName */
            ifnonnull 4
         3: .line 1040
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workspaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1043
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1046
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1049
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$37.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1048
            areturn
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2      workspaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginDeleteDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1063
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1064
            sipush 200
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$38.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$38.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1065
            sipush 202
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$39.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$39.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1066
            sipush 204
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$40.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$40.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1067
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 1068
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 1063
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    7     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batchai.implementation.WorkspaceInner getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 1082
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
            areturn
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1095
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> getByResourceGroupAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 1107
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$41.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      workspaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String workspaceName
         0: .line 1124
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1125
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1127
      StackMap locals:
      StackMap stack:
            aload 2 /* workspaceName */
            ifnonnull 4
         3: .line 1128
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter workspaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1131
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1134
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* workspaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1137
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$42.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1136
            areturn
        end local 2 // java.lang.String workspaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2      workspaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      workspaceName      

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> getByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1151
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1152
            sipush 200
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$43.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$43.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1153
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1154
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1151
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> listNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1167
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 1168
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$44
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$44.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
        start local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1187
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1188
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$45.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
         2: .line 1194
            aload 3 /* serviceCallback */
         3: .line 1186
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listNextAsync(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.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1205
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1206
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$46.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1205
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listNextWithServiceResponseAsync(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.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1222
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1223
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$47.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1222
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listNextSinglePageAsync(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.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1243
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1244
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter nextPageLink is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1246
      StackMap locals:
      StackMap stack:
            ldc "%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* nextPageLink */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* nextUrl */
        start local 2 // java.lang.String nextUrl
         3: .line 1247
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1248
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$48
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$48.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1247
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    6     1  nextPageLink  Ljava/lang/String;
            3    6     2       nextUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.PageImpl<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1262
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1263
            sipush 200
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$49.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$49.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1264
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1265
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1262
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/PageImpl<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> listByResourceGroupNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1278
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 1279
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$50
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$50.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
        start local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1298
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1299
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$51.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
         2: .line 1305
            aload 3 /* serviceCallback */
         3: .line 1297
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listByResourceGroupNextAsync(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.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1316
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1317
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$52.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1316
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listByResourceGroupNextWithServiceResponseAsync(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.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1333
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1334
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$53.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1333
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>>> listByResourceGroupNextSinglePageAsync(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.WorkspacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1354
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1355
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter nextPageLink is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1357
      StackMap locals:
      StackMap stack:
            ldc "%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* nextPageLink */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* nextUrl */
        start local 2 // java.lang.String nextUrl
         3: .line 1358
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.service:Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner$WorkspacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1359
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$54
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$54.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1358
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    6     1  nextPageLink  Ljava/lang/String;
            3    6     2       nextUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batchai.implementation.PageImpl<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>> listByResourceGroupNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1373
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.WorkspacesInner.client:Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1374
            sipush 200
            new com.microsoft.azure.management.batchai.implementation.WorkspacesInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.WorkspacesInner$55.<init>:(Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;)V
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner$55.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1375
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1376
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1373
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batchai.implementation.WorkspacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batchai/implementation/PageImpl<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.lang.Object getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
SourceFile: "WorkspacesInner.java"
NestMembers:
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$1  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$10  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$11  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$12  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$13  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$14  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$15  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$16  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$17  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$18  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$19  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$2  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$20  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$21  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$22  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$23  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$24  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$25  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$26  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$27  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$28  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$29  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$3  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$30  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$31  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$32  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$33  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$34  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$35  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$36  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$37  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$38  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$39  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$4  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$40  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$41  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$42  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$43  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$44  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$45  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$46  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$47  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$48  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$49  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$5  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$50  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$51  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$52  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$53  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$54  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$55  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$6  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$7  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$8  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$9  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService
InnerClasses:
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$1
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$10
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$11
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$12
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$13
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$14
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$15
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$16
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$17
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$18
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$19
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$2
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$20
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$21
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$22
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$23
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$24
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$25
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$26
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$27
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$28
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$29
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$3
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$30
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$31
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$32
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$33
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$34
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$35
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$36
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$37
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$38
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$39
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$4
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$40
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$41
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$42
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$43
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$44
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$45
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$46
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$47
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$48
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$49
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$5
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$50
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$51
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$52
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$53
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$54
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$55
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$6
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$7
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$8
  com.microsoft.azure.management.batchai.implementation.WorkspacesInner$9
  abstract WorkspacesService = com.microsoft.azure.management.batchai.implementation.WorkspacesInner$WorkspacesService of com.microsoft.azure.management.batchai.implementation.WorkspacesInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder