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

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

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

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.CheckNameAvailabilityResultInner> checkNameAvailabilityMethodAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.CheckNameAvailabilityResultInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 169
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.checkNameAvailabilityMethodWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1             name  Ljava/lang/String;
            0    1     2  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/CheckNameAvailabilityResultInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/CheckNameAvailabilityResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/CheckNameAvailabilityResultInner;>;
    MethodParameters:
                 Name  Flags
      name             
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.CheckNameAvailabilityResultInner> checkNameAvailabilityMethodAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String name
         0: .line 180
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.checkNameAvailabilityMethodWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$1.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/CheckNameAvailabilityResultInner;>;
    MethodParameters:
      Name  Flags
      name  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.CheckNameAvailabilityResultInner>> checkNameAvailabilityMethodWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String name
         0: .line 196
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 197
            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 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 200
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ifnonnull 6
         5: .line 203
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 205
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.servicebus.CheckNameAvailability
            dup
            invokespecial com.microsoft.azure.management.servicebus.CheckNameAvailability.<init>:()V
            astore 2 /* parameters */
        start local 2 // com.microsoft.azure.management.servicebus.CheckNameAvailability parameters
         7: .line 206
            aload 2 /* parameters */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.servicebus.CheckNameAvailability.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/CheckNameAvailability;
            pop
         8: .line 207
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 2 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.checkNameAvailabilityMethod:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/CheckNameAvailability;Ljava/lang/String;)Lrx/Observable;
         9: .line 208
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$2.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 207
            areturn
        end local 2 // com.microsoft.azure.management.servicebus.CheckNameAvailability parameters
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   11     1        name  Ljava/lang/String;
            7   11     2  parameters  Lcom/microsoft/azure/management/servicebus/CheckNameAvailability;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/CheckNameAvailabilityResultInner;>;>;
    MethodParameters:
      Name  Flags
      name  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.CheckNameAvailabilityResultInner> checkNameAvailabilityMethodDelegate(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.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 222
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 223
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$3.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$3.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 224
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 225
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 222
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/CheckNameAvailabilityResultInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
         0: .line 272
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listWithServiceResponseAsync:()Lrx/Observable;
         1: .line 273
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$6.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 272
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
         0: .line 308
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 309
            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 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 312
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 315
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$8.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 314
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.PageImpl<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> listDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 329
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 330
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$9.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 331
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 332
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 329
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/PageImpl<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> listByResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 345
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 346
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$10
            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.servicebus.implementation.NamespacesInner$10.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            1    2     2           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

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

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

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

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

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.PageImpl<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> listByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 444
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 445
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$15.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 446
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 447
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 444
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/PageImpl<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 476
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
         0: .line 489
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$16.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
         0: .line 507
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 508
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 510
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 511
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 514
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 516
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 517
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 520
            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 522
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 523
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 524
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$17.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$17.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2      namespaceName  Ljava/lang/String;
            0   13     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
           12   13     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         

  public com.microsoft.azure.management.servicebus.implementation.NamespaceInner beginCreateOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
         0: .line 539
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)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.servicebus.implementation.NamespaceInner
            areturn
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 553
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
         0: .line 566
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$18.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
         0: .line 584
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 585
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 587
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 588
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 591
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 593
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 594
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 597
            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 599
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 600
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 601
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$19.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 600
            areturn
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2      namespaceName  Ljava/lang/String;
            0   14     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> beginCreateOrUpdateDelegate(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.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 615
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 616
            sipush 201
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$20.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$20.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 617
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$21.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$21.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 618
            sipush 202
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$22.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$22.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 619
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 620
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 615
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    7     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
         0: .line 675
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 676
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 678
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 679
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 682
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 685
            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 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 3 /* observable */
        start local 3 // rx.Observable observable
         9: .line 688
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$24.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$24.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 3 // rx.Observable observable
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   10     1  resourceGroupName  Ljava/lang/String;
            0   10     2      namespaceName  Ljava/lang/String;
            9   10     3         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginDeleteWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
         0: .line 743
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 744
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 746
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 747
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 750
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 753
            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 755
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 756
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$26.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 755
            areturn
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2      namespaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginDeleteDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 770
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 771
            sipush 204
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$27.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$27.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 772
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$28.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$28.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 773
            sipush 202
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$29.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$29.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 774
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 775
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 770
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    7     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> getByResourceGroupWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
         0: .line 831
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 832
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 834
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 835
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 838
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 841
            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 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 844
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$31.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 843
            areturn
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2      namespaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> getByResourceGroupDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 858
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 859
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$32.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$32.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 860
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 861
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 858
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.servicebus.implementation.NamespaceInner update(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceUpdateParametersInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;)Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceUpdateParametersInner parameters
         0: .line 876
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;)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.servicebus.implementation.NamespaceInner
            areturn
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceUpdateParametersInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceUpdateParametersInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceUpdateParametersInner parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 890
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceUpdateParametersInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.NamespaceUpdateParametersInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceUpdateParametersInner parameters
         0: .line 921
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 922
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 924
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 925
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 927
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 928
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 930
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 931
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 934
            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 936
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 937
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 938
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$34.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 937
            areturn
        end local 3 // com.microsoft.azure.management.servicebus.implementation.NamespaceUpdateParametersInner parameters
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   14     1  resourceGroupName  Ljava/lang/String;
            0   14     2      namespaceName  Ljava/lang/String;
            0   14     3         parameters  Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/NamespaceUpdateParametersInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> updateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 952
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 953
            sipush 201
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$35.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$35.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 954
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$36.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$36.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 955
            sipush 202
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$37.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$37.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 956
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 957
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 952
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    7     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> listAuthorizationRules(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
         0: .line 971
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listAuthorizationRulesSinglePageAsync:(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 972
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$38
            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.servicebus.implementation.NamespacesInner$38.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2      namespaceName  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>> listAuthorizationRulesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>);
    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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 991
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listAuthorizationRulesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 992
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$39.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
         2: .line 998
            aload 3 /* serviceCallback */
         3: .line 990
            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 namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2      namespaceName  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>> listAuthorizationRulesAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
         0: .line 1010
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listAuthorizationRulesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1011
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$40.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1010
            areturn
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2      namespaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>>> listAuthorizationRulesWithServiceResponseAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
         0: .line 1028
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listAuthorizationRulesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 1029
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$41.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1028
            areturn
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2      namespaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>>> listAuthorizationRulesSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
         0: .line 1050
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1051
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1053
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 1054
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1056
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1057
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1060
            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 1062
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.listAuthorizationRules:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1063
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$42.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1062
            areturn
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2      namespaceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.PageImpl<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>> listAuthorizationRulesDelegate(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.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1077
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 1078
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$43.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$43.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1079
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1080
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1077
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/PageImpl<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner createOrUpdateAuthorizationRule(java.lang.String, java.lang.String, java.lang.String, java.util.List<com.microsoft.azure.management.servicebus.AccessRights>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // java.util.List rights
         0: .line 1096
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 4 /* rights */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.createOrUpdateAuthorizationRuleWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)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.servicebus.implementation.SharedAccessAuthorizationRuleInner
            areturn
        end local 4 // java.util.List rights
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4                 rights  Ljava/util/List<Lcom/microsoft/azure/management/servicebus/AccessRights;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Lcom/microsoft/azure/management/servicebus/AccessRights;>;)Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      rights                 

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> createOrUpdateAuthorizationRuleAsync(java.lang.String, java.lang.String, java.lang.String, java.util.List<com.microsoft.azure.management.servicebus.AccessRights>, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // java.util.List rights
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1111
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 4 /* rights */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.createOrUpdateAuthorizationRuleWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.util.List rights
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4                 rights  Ljava/util/List<Lcom/microsoft/azure/management/servicebus/AccessRights;>;
            0    1     5        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Lcom/microsoft/azure/management/servicebus/AccessRights;>;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      rights                 
      serviceCallback        final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> createOrUpdateAuthorizationRuleAsync(java.lang.String, java.lang.String, java.lang.String, java.util.List<com.microsoft.azure.management.servicebus.AccessRights>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // java.util.List rights
         0: .line 1125
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 4 /* rights */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.createOrUpdateAuthorizationRuleWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$44.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.util.List rights
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4                 rights  Ljava/util/List<Lcom/microsoft/azure/management/servicebus/AccessRights;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Lcom/microsoft/azure/management/servicebus/AccessRights;>;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      rights                 

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>> createOrUpdateAuthorizationRuleWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.util.List<com.microsoft.azure.management.servicebus.AccessRights>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // java.util.List rights
         0: .line 1144
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1145
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1147
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 1148
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1150
      StackMap locals:
      StackMap stack:
            aload 3 /* authorizationRuleName */
            ifnonnull 6
         5: .line 1151
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter authorizationRuleName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1154
            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
         8: .line 1156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1157
            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 1159
      StackMap locals:
      StackMap stack:
            aload 4 /* rights */
            ifnonnull 12
        11: .line 1160
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter rights is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1162
      StackMap locals:
      StackMap stack:
            aload 4 /* rights */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 1163
            new com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner
            dup
            invokespecial com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner.<init>:()V
            astore 5 /* parameters */
        start local 5 // com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner parameters
        14: .line 1164
            aload 5 /* parameters */
            aload 4 /* rights */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner.withRights:(Ljava/util/List;)Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;
            pop
        15: .line 1165
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 5 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.createOrUpdateAuthorizationRule:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;Ljava/lang/String;)Lrx/Observable;
        16: .line 1166
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$45.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 1165
            areturn
        end local 5 // com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner parameters
        end local 4 // java.util.List rights
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   18     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   18     1      resourceGroupName  Ljava/lang/String;
            0   18     2          namespaceName  Ljava/lang/String;
            0   18     3  authorizationRuleName  Ljava/lang/String;
            0   18     4                 rights  Ljava/util/List<Lcom/microsoft/azure/management/servicebus/AccessRights;>;
           14   18     5             parameters  Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Lcom/microsoft/azure/management/servicebus/AccessRights;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      rights                 

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> createOrUpdateAuthorizationRuleDelegate(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.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1180
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 1181
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$46.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$46.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1182
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1183
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1180
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void deleteAuthorizationRule(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1197
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.deleteAuthorizationRuleWithServiceResponseAsync:(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;
            pop
         1: .line 1198
            return
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    2     1      resourceGroupName  Ljava/lang/String;
            0    2     2          namespaceName  Ljava/lang/String;
            0    2     3  authorizationRuleName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAuthorizationRuleAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1211
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.deleteAuthorizationRuleWithServiceResponseAsync:(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 authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      serviceCallback        final

  public rx.Observable<java.lang.Void> deleteAuthorizationRuleAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1224
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.deleteAuthorizationRuleWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$47.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteAuthorizationRuleWithServiceResponseAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1242
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1243
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1245
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 1246
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1248
      StackMap locals:
      StackMap stack:
            aload 3 /* authorizationRuleName */
            ifnonnull 6
         5: .line 1249
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter authorizationRuleName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1252
            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
         8: .line 1254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1255
            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 1257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.deleteAuthorizationRule:(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 1258
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$48
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$48.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1257
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   13     1      resourceGroupName  Ljava/lang/String;
            0   13     2          namespaceName  Ljava/lang/String;
            0   13     3  authorizationRuleName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteAuthorizationRuleDelegate(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.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1272
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 1273
            sipush 204
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$49.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$49.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1274
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$50.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$50.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1275
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1276
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1272
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner getAuthorizationRule(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1291
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.getAuthorizationRuleWithServiceResponseAsync:(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.servicebus.implementation.SharedAccessAuthorizationRuleInner
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> getAuthorizationRuleAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>);
    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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1305
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.getAuthorizationRuleWithServiceResponseAsync:(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 authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      serviceCallback        final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> getAuthorizationRuleAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1318
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.getAuthorizationRuleWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$51.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>> getAuthorizationRuleWithServiceResponseAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1336
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1337
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1339
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 1340
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1342
      StackMap locals:
      StackMap stack:
            aload 3 /* authorizationRuleName */
            ifnonnull 6
         5: .line 1343
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter authorizationRuleName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1346
            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
         8: .line 1348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1349
            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 1351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.getAuthorizationRule:(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 1352
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$52.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1351
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   13     1      resourceGroupName  Ljava/lang/String;
            0   13     2          namespaceName  Ljava/lang/String;
            0   13     3  authorizationRuleName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> getAuthorizationRuleDelegate(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.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1366
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 1367
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$53.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$53.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1368
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1369
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1366
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner listKeys(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1384
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listKeysWithServiceResponseAsync:(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.servicebus.implementation.ResourceListKeysInner
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner> listKeysAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner>);
    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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1398
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listKeysWithServiceResponseAsync:(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 authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      serviceCallback        final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner> listKeysAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1411
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$54
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$54.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner>> listKeysWithServiceResponseAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1429
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1430
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1432
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 1433
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1435
      StackMap locals:
      StackMap stack:
            aload 3 /* authorizationRuleName */
            ifnonnull 6
         5: .line 1436
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter authorizationRuleName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1439
            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
         8: .line 1441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1442
            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 1444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.listKeys:(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 1445
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$55.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1444
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   13     1      resourceGroupName  Ljava/lang/String;
            0   13     2          namespaceName  Ljava/lang/String;
            0   13     3  authorizationRuleName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner> listKeysDelegate(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.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1459
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 1460
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$56
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$56.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$56.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1461
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1462
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1459
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/ResourceListKeysInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner regenerateKeys(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1477
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.regenerateKeysWithServiceResponseAsync:(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.servicebus.implementation.ResourceListKeysInner
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner> regenerateKeysAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner>);
    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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1491
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.regenerateKeysWithServiceResponseAsync:(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 authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      serviceCallback        final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner> regenerateKeysAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1504
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.regenerateKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$57
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$57.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner>> regenerateKeysWithServiceResponseAsync(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=9, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
         0: .line 1522
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1523
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1525
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 1526
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1528
      StackMap locals:
      StackMap stack:
            aload 3 /* authorizationRuleName */
            ifnonnull 6
         5: .line 1529
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter authorizationRuleName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1532
            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
         8: .line 1534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1535
            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 1538
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.servicebus.RegenerateKeysParameters
            dup
            invokespecial com.microsoft.azure.management.servicebus.RegenerateKeysParameters.<init>:()V
            astore 4 /* parameters */
        start local 4 // com.microsoft.azure.management.servicebus.RegenerateKeysParameters parameters
        11: .line 1539
            aload 4 /* parameters */
            aconst_null
            invokevirtual com.microsoft.azure.management.servicebus.RegenerateKeysParameters.withPolicykey:(Lcom/microsoft/azure/management/servicebus/Policykey;)Lcom/microsoft/azure/management/servicebus/RegenerateKeysParameters;
            pop
        12: .line 1540
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.regenerateKeys:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/RegenerateKeysParameters;Ljava/lang/String;)Lrx/Observable;
        13: .line 1541
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$58.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1540
            areturn
        end local 4 // com.microsoft.azure.management.servicebus.RegenerateKeysParameters parameters
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   15     1      resourceGroupName  Ljava/lang/String;
            0   15     2          namespaceName  Ljava/lang/String;
            0   15     3  authorizationRuleName  Ljava/lang/String;
           11   15     4             parameters  Lcom/microsoft/azure/management/servicebus/RegenerateKeysParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  

  public com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner regenerateKeys(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.Policykey);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;)Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // com.microsoft.azure.management.servicebus.Policykey policykey
         0: .line 1567
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 4 /* policykey */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.regenerateKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;)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.servicebus.implementation.ResourceListKeysInner
            areturn
        end local 4 // com.microsoft.azure.management.servicebus.Policykey policykey
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4              policykey  Lcom/microsoft/azure/management/servicebus/Policykey;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      policykey              

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner> regenerateKeysAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.Policykey, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // com.microsoft.azure.management.servicebus.Policykey policykey
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1582
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 4 /* policykey */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.regenerateKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(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.servicebus.Policykey policykey
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4              policykey  Lcom/microsoft/azure/management/servicebus/Policykey;
            0    1     5        serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      policykey              
      serviceCallback        final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner> regenerateKeysAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.Policykey);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // com.microsoft.azure.management.servicebus.Policykey policykey
         0: .line 1596
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 4 /* policykey */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.regenerateKeysWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$59
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$59.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.servicebus.Policykey policykey
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    1     1      resourceGroupName  Ljava/lang/String;
            0    1     2          namespaceName  Ljava/lang/String;
            0    1     3  authorizationRuleName  Ljava/lang/String;
            0    1     4              policykey  Lcom/microsoft/azure/management/servicebus/Policykey;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      policykey              

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner>> regenerateKeysWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.Policykey);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String authorizationRuleName
        start local 4 // com.microsoft.azure.management.servicebus.Policykey policykey
         0: .line 1615
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1616
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1618
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 1619
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1621
      StackMap locals:
      StackMap stack:
            aload 3 /* authorizationRuleName */
            ifnonnull 6
         5: .line 1622
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter authorizationRuleName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1625
            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
         8: .line 1627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1628
            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 1630
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.servicebus.RegenerateKeysParameters
            dup
            invokespecial com.microsoft.azure.management.servicebus.RegenerateKeysParameters.<init>:()V
            astore 5 /* parameters */
        start local 5 // com.microsoft.azure.management.servicebus.RegenerateKeysParameters parameters
        11: .line 1631
            aload 5 /* parameters */
            aload 4 /* policykey */
            invokevirtual com.microsoft.azure.management.servicebus.RegenerateKeysParameters.withPolicykey:(Lcom/microsoft/azure/management/servicebus/Policykey;)Lcom/microsoft/azure/management/servicebus/RegenerateKeysParameters;
            pop
        12: .line 1632
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* authorizationRuleName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 5 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.regenerateKeys:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/RegenerateKeysParameters;Ljava/lang/String;)Lrx/Observable;
        13: .line 1633
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$60
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$60.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 1632
            areturn
        end local 5 // com.microsoft.azure.management.servicebus.RegenerateKeysParameters parameters
        end local 4 // com.microsoft.azure.management.servicebus.Policykey policykey
        end local 3 // java.lang.String authorizationRuleName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0   15     1      resourceGroupName  Ljava/lang/String;
            0   15     2          namespaceName  Ljava/lang/String;
            0   15     3  authorizationRuleName  Ljava/lang/String;
            0   15     4              policykey  Lcom/microsoft/azure/management/servicebus/Policykey;
           11   15     5             parameters  Lcom/microsoft/azure/management/servicebus/RegenerateKeysParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/Policykey;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;>;>;
    MethodParameters:
                       Name  Flags
      resourceGroupName      
      namespaceName          
      authorizationRuleName  
      policykey              

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner> regenerateKeysDelegate(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.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1647
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 1648
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$61.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$61.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1649
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1650
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1647
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/ResourceListKeysInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> listNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1663
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 1664
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$62
            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.servicebus.implementation.NamespacesInner$62.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;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.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>);
    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.servicebus.implementation.NamespacesInner 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 1683
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1684
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$63.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
         2: .line 1690
            aload 3 /* serviceCallback */
         3: .line 1682
            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.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> listNextAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1701
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1702
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$64.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1701
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>>> listNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1718
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1719
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$65
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$65.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1718
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/NamespaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>>> listNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1739
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1740
            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 1742
      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 1743
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1744
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$66.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1743
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/NamespaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.PageImpl<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> listNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1758
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 1759
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$67
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$67.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$67.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1760
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1761
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1758
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/PageImpl<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.servicebus.implementation.NamespaceInner> listByResourceGroupNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1774
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 1775
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$68
            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.servicebus.implementation.NamespacesInner$68.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;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.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>);
    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.servicebus.implementation.NamespacesInner 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 1794
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1795
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$69
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$69.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
         2: .line 1801
            aload 3 /* serviceCallback */
         3: .line 1793
            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.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> listByResourceGroupNextAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1812
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listByResourceGroupNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1813
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$70
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$70.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1812
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>>> listByResourceGroupNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1829
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1830
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$71
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$71.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1829
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/NamespaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>>> listByResourceGroupNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1850
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1851
            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 1853
      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 1854
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1855
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$72.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1854
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/NamespaceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.PageImpl<com.microsoft.azure.management.servicebus.implementation.NamespaceInner>> listByResourceGroupNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1869
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 1870
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$73
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$73.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$73.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1871
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1872
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1869
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/PageImpl<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner> listAuthorizationRulesNext(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1885
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listAuthorizationRulesNextSinglePageAsync:(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 1886
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$74
            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.servicebus.implementation.NamespacesInner$74.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;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.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>> listAuthorizationRulesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>);
    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.servicebus.implementation.NamespacesInner 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 1905
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listAuthorizationRulesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1906
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$75
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$75.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
         2: .line 1912
            aload 3 /* serviceCallback */
         3: .line 1904
            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.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>> listAuthorizationRulesNextAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1923
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listAuthorizationRulesNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1924
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$76
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$76.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1923
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>>> listAuthorizationRulesNextWithServiceResponseAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1940
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.listAuthorizationRulesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1941
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$77
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$77.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1940
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>>> listAuthorizationRulesNextSinglePageAsync(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.servicebus.implementation.NamespacesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1961
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1962
            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 1964
      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 1965
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.service:Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner$NamespacesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService.listAuthorizationRulesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1966
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$78
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$78.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1965
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.PageImpl<com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner>> listAuthorizationRulesNextDelegate(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.servicebus.implementation.NamespacesInner this
        start local 1 // retrofit2.Response response
         0: .line 1980
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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.servicebus.implementation.NamespacesInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.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 1981
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.NamespacesInner$79
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.NamespacesInner$79.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner$79.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1982
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1983
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1980
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.NamespacesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/NamespacesInner;
            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/servicebus/implementation/PageImpl<Lcom/microsoft/azure/management/servicebus/implementation/SharedAccessAuthorizationRuleInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public java.lang.Object getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.servicebus.implementation.NamespacesInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/servicebus/implementation/NamespaceInner;>;
SourceFile: "NamespacesInner.java"
NestMembers:
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$1  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$10  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$11  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$12  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$13  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$14  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$15  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$16  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$17  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$18  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$19  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$2  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$20  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$21  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$22  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$23  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$24  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$25  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$26  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$27  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$28  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$29  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$3  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$30  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$31  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$32  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$33  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$34  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$35  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$36  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$37  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$38  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$39  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$4  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$40  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$41  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$42  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$43  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$44  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$45  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$46  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$47  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$48  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$49  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$5  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$50  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$51  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$52  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$53  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$54  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$55  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$56  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$57  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$58  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$59  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$6  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$60  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$61  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$62  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$63  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$64  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$65  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$66  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$67  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$68  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$69  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$7  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$70  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$71  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$72  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$73  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$74  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$75  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$76  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$77  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$78  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$79  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$8  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$9  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService
InnerClasses:
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$1
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$10
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$11
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$12
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$13
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$14
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$15
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$16
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$17
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$18
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$19
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$2
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$20
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$21
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$22
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$23
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$24
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$25
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$26
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$27
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$28
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$29
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$3
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$30
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$31
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$32
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$33
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$34
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$35
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$36
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$37
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$38
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$39
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$4
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$40
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$41
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$42
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$43
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$44
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$45
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$46
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$47
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$48
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$49
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$5
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$50
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$51
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$52
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$53
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$54
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$55
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$56
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$57
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$58
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$59
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$6
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$60
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$61
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$62
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$63
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$64
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$65
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$66
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$67
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$68
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$69
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$7
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$70
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$71
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$72
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$73
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$74
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$75
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$76
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$77
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$78
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$79
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$8
  com.microsoft.azure.management.servicebus.implementation.NamespacesInner$9
  abstract NamespacesService = com.microsoft.azure.management.servicebus.implementation.NamespacesInner$NamespacesService of com.microsoft.azure.management.servicebus.implementation.NamespacesInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder