public class com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService service;
    descriptor: Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService;
    flags: (0x0002) ACC_PRIVATE

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

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> listByBatchAccount(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 98
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountSinglePageAsync:(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
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 99
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$1
            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.batch.implementation.PrivateEndpointConnectionsInner$1.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>> listByBatchAccountAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 118
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 119
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$2.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
         2: .line 125
            aload 3 /* serviceCallback */
         3: .line 117
            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 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2        accountName  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>> listByBatchAccountAsync(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 137
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 138
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$3.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 137
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>>> listByBatchAccountWithServiceResponseAsync(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 155
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 156
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$4.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 155
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        accountName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>>> listByBatchAccountSinglePageAsync(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 177
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 178
            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 180
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 181
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 183
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 6
         5: .line 184
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 187
            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 189
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* maxresults */
        start local 3 // java.lang.Integer maxresults
         9: .line 190
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.service:Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* maxresults */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService.listByBatchAccount:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 191
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$5.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 190
            areturn
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2        accountName  Ljava/lang/String;
            9   12     3         maxresults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> listByBatchAccount(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
         0: .line 216
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* maxresults */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 217
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$6
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$6.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2        accountName  Ljava/lang/String;
            0    2     3         maxresults  Ljava/lang/Integer;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>> listByBatchAccountAsync(java.lang.String, java.lang.String, java.lang.Integer, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 237
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* maxresults */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 238
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$7.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
         2: .line 244
            aload 4 /* serviceCallback */
         3: .line 236
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2        accountName  Ljava/lang/String;
            0    4     3         maxresults  Ljava/lang/Integer;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>> listByBatchAccountAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
         0: .line 257
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* maxresults */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 258
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$8.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 257
            areturn
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        accountName  Ljava/lang/String;
            0    3     3         maxresults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>>> listByBatchAccountWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
         0: .line 276
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* maxresults */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 277
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$9.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 276
            areturn
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        accountName  Ljava/lang/String;
            0    3     3         maxresults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>>> listByBatchAccountSinglePageAsync(java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.Integer maxresults
         0: .line 299
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 300
            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 302
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 303
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 305
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 6
         5: .line 306
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 309
            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 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.service:Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 3 /* maxresults */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService.listByBatchAccount:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 312
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$10.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 311
            areturn
        end local 3 // java.lang.Integer maxresults
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2        accountName  Ljava/lang/String;
            0   11     3         maxresults  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      accountName        final
      maxresults         final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PageImpl<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>> listByBatchAccountDelegate(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // retrofit2.Response response
         0: .line 326
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.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.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.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 327
            sipush 200
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$11.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$11.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 328
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 329
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 326
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            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/batch/implementation/PageImpl<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner get(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
         0: .line 344
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.getWithServiceResponseAsync:(Ljava/lang/String;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.batch.implementation.PrivateEndpointConnectionInner
            areturn
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> getAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 358
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)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.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      serviceCallback                final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> getAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
         0: .line 371
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$12.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>> getWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
         0: .line 389
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 390
            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 392
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 393
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 395
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 6
         5: .line 396
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 398
      StackMap locals:
      StackMap stack:
            aload 3 /* privateEndpointConnectionName */
            ifnonnull 8
         7: .line 399
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter privateEndpointConnectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 402
            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 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.service:Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 405
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$13.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 404
            areturn
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   13     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0   13     1              resourceGroupName  Ljava/lang/String;
            0   13     2                    accountName  Ljava/lang/String;
            0   13     3  privateEndpointConnectionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> getDelegate(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // retrofit2.Response response
         0: .line 419
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.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.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.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 420
            sipush 200
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$14.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$14.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 421
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 422
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 419
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            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/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner update(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
         0: .line 438
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponseWithHeaders
            invokevirtual com.microsoft.rest.ServiceResponseWithHeaders.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 453
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromHeaderResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0    1     5                serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      serviceCallback                final

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

  public rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, com.microsoft.azure.management.batch.PrivateEndpointConnectionUpdateHeaders>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
         0: .line 486
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 487
            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 489
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 490
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 492
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 6
         5: .line 493
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 495
      StackMap locals:
      StackMap stack:
            aload 3 /* privateEndpointConnectionName */
            ifnonnull 8
         7: .line 496
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter privateEndpointConnectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 499
            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 501
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            ifnonnull 12
        11: .line 502
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 504
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 505
            aconst_null
            astore 5 /* ifMatch */
        start local 5 // java.lang.String ifMatch
        14: .line 506
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.service:Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 6 /* observable */
        start local 6 // rx.Observable observable
        15: .line 507
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 6 /* observable */
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$16.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$16.getType:()Ljava/lang/reflect/Type;
            ldc Lcom/microsoft/azure/management/batch/PrivateEndpointConnectionUpdateHeaders;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultWithHeadersAsync:(Lrx/Observable;Ljava/lang/reflect/Type;Ljava/lang/Class;)Lrx/Observable;
            areturn
        end local 6 // rx.Observable observable
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   16     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0   16     1              resourceGroupName  Ljava/lang/String;
            0   16     2                    accountName  Ljava/lang/String;
            0   16     3  privateEndpointConnectionName  Ljava/lang/String;
            0   16     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
           14   16     5                        ifMatch  Ljava/lang/String;
           15   16     6                     observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Lcom/microsoft/azure/management/batch/PrivateEndpointConnectionUpdateHeaders;>;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     

  public com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner update(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // java.lang.String ifMatch
         0: .line 523
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponseWithHeaders
            invokevirtual com.microsoft.rest.ServiceResponseWithHeaders.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner
            areturn
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0    1     5                        ifMatch  Ljava/lang/String;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      ifMatch                        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // java.lang.String ifMatch
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 539
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromHeaderResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0    1     5                        ifMatch  Ljava/lang/String;
            0    1     6                serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      ifMatch                        
      serviceCallback                final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // java.lang.String ifMatch
         0: .line 554
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$17.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0    1     5                        ifMatch  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      ifMatch                        

  public rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, com.microsoft.azure.management.batch.PrivateEndpointConnectionUpdateHeaders>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // java.lang.String ifMatch
         0: .line 574
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 575
            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 577
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 578
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 580
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 6
         5: .line 581
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 583
      StackMap locals:
      StackMap stack:
            aload 3 /* privateEndpointConnectionName */
            ifnonnull 8
         7: .line 584
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter privateEndpointConnectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 587
            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 589
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            ifnonnull 12
        11: .line 590
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 592
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 593
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.service:Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 6 /* observable */
        start local 6 // rx.Observable observable
        14: .line 594
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 6 /* observable */
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$18.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$18.getType:()Ljava/lang/reflect/Type;
            ldc Lcom/microsoft/azure/management/batch/PrivateEndpointConnectionUpdateHeaders;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultWithHeadersAsync:(Lrx/Observable;Ljava/lang/reflect/Type;Ljava/lang/Class;)Lrx/Observable;
            areturn
        end local 6 // rx.Observable observable
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   15     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0   15     1              resourceGroupName  Ljava/lang/String;
            0   15     2                    accountName  Ljava/lang/String;
            0   15     3  privateEndpointConnectionName  Ljava/lang/String;
            0   15     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0   15     5                        ifMatch  Ljava/lang/String;
           14   15     6                     observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Lcom/microsoft/azure/management/batch/PrivateEndpointConnectionUpdateHeaders;>;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      ifMatch                        

  public com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner beginUpdate(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
         0: .line 610
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponseWithHeaders
            invokevirtual com.microsoft.rest.ServiceResponseWithHeaders.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 625
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromHeaderResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0    1     5                serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      serviceCallback                final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
         0: .line 639
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$19.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     

  public rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, com.microsoft.azure.management.batch.PrivateEndpointConnectionUpdateHeaders>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
         0: .line 658
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 659
            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 661
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 662
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 664
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 6
         5: .line 665
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 667
      StackMap locals:
      StackMap stack:
            aload 3 /* privateEndpointConnectionName */
            ifnonnull 8
         7: .line 668
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter privateEndpointConnectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 671
            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 673
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            ifnonnull 12
        11: .line 674
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 676
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 677
            aconst_null
            astore 5 /* ifMatch */
        start local 5 // java.lang.String ifMatch
        14: .line 678
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.service:Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        15: .line 679
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$20.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        16: .line 678
            areturn
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   17     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0   17     1              resourceGroupName  Ljava/lang/String;
            0   17     2                    accountName  Ljava/lang/String;
            0   17     3  privateEndpointConnectionName  Ljava/lang/String;
            0   17     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
           14   17     5                        ifMatch  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Lcom/microsoft/azure/management/batch/PrivateEndpointConnectionUpdateHeaders;>;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     

  public com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner beginUpdate(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // java.lang.String ifMatch
         0: .line 706
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponseWithHeaders
            invokevirtual com.microsoft.rest.ServiceResponseWithHeaders.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner
            areturn
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0    1     5                        ifMatch  Ljava/lang/String;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      ifMatch                        

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // java.lang.String ifMatch
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 722
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromHeaderResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0    1     5                        ifMatch  Ljava/lang/String;
            0    1     6                serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      ifMatch                        
      serviceCallback                final

  public rx.Observable<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // java.lang.String ifMatch
         0: .line 737
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$21.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    1     1              resourceGroupName  Ljava/lang/String;
            0    1     2                    accountName  Ljava/lang/String;
            0    1     3  privateEndpointConnectionName  Ljava/lang/String;
            0    1     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0    1     5                        ifMatch  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      ifMatch                        

  public rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, com.microsoft.azure.management.batch.PrivateEndpointConnectionUpdateHeaders>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
        start local 3 // java.lang.String privateEndpointConnectionName
        start local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        start local 5 // java.lang.String ifMatch
         0: .line 757
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 758
            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 760
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 761
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 763
      StackMap locals:
      StackMap stack:
            aload 2 /* accountName */
            ifnonnull 6
         5: .line 764
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter accountName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 766
      StackMap locals:
      StackMap stack:
            aload 3 /* privateEndpointConnectionName */
            ifnonnull 8
         7: .line 767
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter privateEndpointConnectionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 769
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 770
            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 772
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            ifnonnull 12
        11: .line 773
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 775
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 776
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.service:Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* accountName */
            aload 3 /* privateEndpointConnectionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 5 /* ifMatch */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 777
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$22.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 776
            areturn
        end local 5 // java.lang.String ifMatch
        end local 4 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner parameters
        end local 3 // java.lang.String privateEndpointConnectionName
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   16     0                           this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0   16     1              resourceGroupName  Ljava/lang/String;
            0   16     2                    accountName  Ljava/lang/String;
            0   16     3  privateEndpointConnectionName  Ljava/lang/String;
            0   16     4                     parameters  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;
            0   16     5                        ifMatch  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Lcom/microsoft/azure/management/batch/PrivateEndpointConnectionUpdateHeaders;>;>;
    MethodParameters:
                               Name  Flags
      resourceGroupName              
      accountName                    
      privateEndpointConnectionName  
      parameters                     
      ifMatch                        

  private com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner, com.microsoft.azure.management.batch.PrivateEndpointConnectionUpdateHeaders> beginUpdateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponseWithHeaders;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // retrofit2.Response response
         0: .line 791
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.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.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.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 792
            sipush 200
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$23.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$23.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 793
            sipush 202
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$24.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$24.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 794
            sipush 204
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$25.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$25.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 795
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 796
            aload 1 /* response */
            ldc Lcom/microsoft/azure/management/batch/PrivateEndpointConnectionUpdateHeaders;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.buildWithHeaders:(Lretrofit2/Response;Ljava/lang/Class;)Lcom/microsoft/rest/ServiceResponseWithHeaders;
         6: .line 791
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            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/ServiceResponseWithHeaders<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;Lcom/microsoft/azure/management/batch/PrivateEndpointConnectionUpdateHeaders;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner> listByBatchAccountNext(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 809
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountNextSinglePageAsync:(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 810
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$26
            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.batch.implementation.PrivateEndpointConnectionsInner$26.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;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.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>> listByBatchAccountNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>);
    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.batch.implementation.PrivateEndpointConnectionsInner 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 829
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 830
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$27.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
         2: .line 836
            aload 3 /* serviceCallback */
         3: .line 828
            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.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>> listByBatchAccountNextAsync(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 847
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 848
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$28.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 847
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>>> listByBatchAccountNextWithServiceResponseAsync(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 864
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.listByBatchAccountNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 865
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$29.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 864
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            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/batch/implementation/PrivateEndpointConnectionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>>> listByBatchAccountNextSinglePageAsync(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 885
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 886
            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 888
      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 889
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.service:Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService.listByBatchAccountNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 890
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$30.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 889
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            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/batch/implementation/PrivateEndpointConnectionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.batch.implementation.PageImpl<com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner>> listByBatchAccountNextDelegate(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.batch.implementation.PrivateEndpointConnectionsInner this
        start local 1 // retrofit2.Response response
         0: .line 904
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.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.batch.implementation.PrivateEndpointConnectionsInner.client:Lcom/microsoft/azure/management/batch/implementation/BatchManagementClientImpl;
            invokevirtual com.microsoft.azure.management.batch.implementation.BatchManagementClientImpl.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 905
            sipush 200
            new com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$31.<init>:(Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;)V
            invokevirtual com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 906
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 907
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 904
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionsInner;
            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/batch/implementation/PageImpl<Lcom/microsoft/azure/management/batch/implementation/PrivateEndpointConnectionInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "PrivateEndpointConnectionsInner.java"
NestMembers:
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$1  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$10  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$11  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$12  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$13  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$14  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$15  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$16  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$17  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$18  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$19  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$2  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$20  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$21  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$22  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$23  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$24  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$25  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$26  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$27  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$28  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$29  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$3  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$30  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$31  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$4  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$5  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$6  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$7  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$8  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$9  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService
InnerClasses:
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$1
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$10
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$11
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$12
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$13
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$14
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$15
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$16
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$17
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$18
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$19
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$2
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$20
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$21
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$22
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$23
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$24
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$25
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$26
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$27
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$28
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$29
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$3
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$30
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$31
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$4
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$5
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$6
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$7
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$8
  com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$9
  abstract PrivateEndpointConnectionsService = com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner$PrivateEndpointConnectionsService of com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder