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

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

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

  public void importImage(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
         0: .line 180
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.importImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)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 181
            return
        end local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2       registryName  Ljava/lang/String;
            0    2     3         parameters  Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      parameters         

  public com.microsoft.rest.ServiceFuture<java.lang.Void> importImageAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 194
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.importImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)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.containerregistry.ImportImageParameters parameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      parameters         
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> importImageWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
         0: .line 225
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 226
            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 228
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 229
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 231
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 232
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 234
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 235
            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 237
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 239
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.importImage:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        10: .line 240
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2       registryName  Ljava/lang/String;
            0   11     3         parameters  Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
           10   11     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      parameters         

  public void beginImportImage(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
         0: .line 254
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginImportImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)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 255
            return
        end local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2       registryName  Ljava/lang/String;
            0    2     3         parameters  Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      parameters         

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginImportImageAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 268
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* parameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginImportImageWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)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.containerregistry.ImportImageParameters parameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3         parameters  Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      parameters         
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginImportImageWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.ImportImageParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
         0: .line 299
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 300
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 302
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 303
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 305
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 306
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 308
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            ifnonnull 8
         7: .line 309
            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 311
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 313
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 3 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginImportImage:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 314
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$4.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 313
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.ImportImageParameters parameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2       registryName  Ljava/lang/String;
            0   12     3         parameters  Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      parameters         

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginImportImageDelegate(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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 328
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 329
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 330
            sipush 202
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 331
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 332
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 328
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            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.containerregistry.implementation.RegistryNameStatusInner checkNameAvailability(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String name
         0: .line 345
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.checkNameAvailabilityWithServiceResponseAsync:(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.containerregistry.implementation.RegistryNameStatusInner
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner> checkNameAvailabilityAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner>);
    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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 357
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.checkNameAvailabilityWithServiceResponseAsync:(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.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1             name  Ljava/lang/String;
            0    1     2  serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;
    MethodParameters:
                 Name  Flags
      name             
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner> checkNameAvailabilityAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String name
         0: .line 368
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.checkNameAvailabilityWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$7.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)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.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;
    MethodParameters:
      Name  Flags
      name  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner>> checkNameAvailabilityWithServiceResponseAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String name
         0: .line 384
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 385
            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 387
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ifnonnull 4
         3: .line 388
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 391
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest
            dup
            invokespecial com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest.<init>:()V
            astore 2 /* registryNameCheckRequest */
        start local 2 // com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest registryNameCheckRequest
         5: .line 392
            aload 2 /* registryNameCheckRequest */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/RegistryNameCheckRequest;
            pop
         6: .line 393
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 2 /* registryNameCheckRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.checkNameAvailability:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryNameCheckRequest;Ljava/lang/String;)Lrx/Observable;
         7: .line 394
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$8.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 393
            areturn
        end local 2 // com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest registryNameCheckRequest
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    9     0                      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    9     1                      name  Ljava/lang/String;
            5    9     2  registryNameCheckRequest  Lcom/microsoft/azure/management/containerregistry/RegistryNameCheckRequest;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryNameStatusInner;>;>;
    MethodParameters:
      Name  Flags
      name  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryNameStatusInner> checkNameAvailabilityDelegate(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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 408
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 409
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 410
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 411
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 408
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            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/containerregistry/implementation/RegistryNameStatusInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryInner getByResourceGroup(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 425
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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.containerregistry.implementation.RegistryInner
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> getByResourceGroupAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
    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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 438
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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 registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> 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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 450
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getByResourceGroupWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$10.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> 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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 467
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 468
            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 470
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 471
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 473
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 474
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 478
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$11.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 477
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
            0    9     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

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

  public com.microsoft.azure.management.containerregistry.implementation.RegistryInner create(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner registry
         0: .line 510
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registry */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)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.containerregistry.implementation.RegistryInner
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner registry
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3           registry  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      registry           

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> createAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner registry
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 524
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registry */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.createWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)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.containerregistry.implementation.RegistryInner registry
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3           registry  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      registry           
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> createWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner registry
         0: .line 555
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 556
            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 558
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 559
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 561
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 562
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 564
      StackMap locals:
      StackMap stack:
            aload 3 /* registry */
            ifnonnull 8
         7: .line 565
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registry is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 567
      StackMap locals:
      StackMap stack:
            aload 3 /* registry */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 569
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 3 /* registry */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        10: .line 570
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14.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.containerregistry.implementation.RegistryInner registry
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2       registryName  Ljava/lang/String;
            0   11     3           registry  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
           10   11     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      registry           

  public com.microsoft.azure.management.containerregistry.implementation.RegistryInner beginCreate(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner registry
         0: .line 585
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registry */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)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.containerregistry.implementation.RegistryInner
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner registry
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3           registry  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      registry           

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginCreateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner registry
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 599
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registry */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginCreateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)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.containerregistry.implementation.RegistryInner registry
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3           registry  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      registry           
      serviceCallback    final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> beginCreateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner registry
         0: .line 630
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 631
            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 633
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 634
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 636
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 637
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 639
      StackMap locals:
      StackMap stack:
            aload 3 /* registry */
            ifnonnull 8
         7: .line 640
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registry is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 642
      StackMap locals:
      StackMap stack:
            aload 3 /* registry */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 644
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 3 /* registry */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginCreate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 645
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$16.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 644
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner registry
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2       registryName  Ljava/lang/String;
            0   12     3           registry  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      registry           

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginCreateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 659
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 660
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 661
            sipush 201
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 662
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 663
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 659
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 676
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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 677
            return
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2       registryName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 689
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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 registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  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  
      registryName       
      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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 701
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$19.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 718
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 719
            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 721
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 722
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 724
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 725
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.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
         7: .line 729
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 3 /* observable */
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20.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 registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    8     1  resourceGroupName  Ljava/lang/String;
            0    8     2       registryName  Ljava/lang/String;
            7    8     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  
      registryName       

  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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 742
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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 743
            return
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2       registryName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 755
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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 registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  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  
      registryName       
      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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 767
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginDeleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$21.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 784
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 785
            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 787
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 788
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 790
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 791
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginDelete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 795
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$22.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 794
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
            0    9     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 809
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 810
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 811
            sipush 202
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 812
            sipush 204
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 813
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         5: .line 814
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         6: .line 809
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            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.containerregistry.implementation.RegistryInner update(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
         0: .line 829
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)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.containerregistry.implementation.RegistryInner
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1         resourceGroupName  Ljava/lang/String;
            0    1     2              registryName  Ljava/lang/String;
            0    1     3  registryUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
    MethodParameters:
                          Name  Flags
      resourceGroupName         
      registryName              
      registryUpdateParameters  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> updateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 843
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)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.containerregistry.RegistryUpdateParameters registryUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1         resourceGroupName  Ljava/lang/String;
            0    1     2              registryName  Ljava/lang/String;
            0    1     3  registryUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
            0    1     4           serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
                          Name  Flags
      resourceGroupName         
      registryName              
      registryUpdateParameters  
      serviceCallback           final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
         0: .line 874
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 875
            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 877
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 878
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 880
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 881
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 883
      StackMap locals:
      StackMap stack:
            aload 3 /* registryUpdateParameters */
            ifnonnull 8
         7: .line 884
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryUpdateParameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 886
      StackMap locals:
      StackMap stack:
            aload 3 /* registryUpdateParameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 888
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 3 /* registryUpdateParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        10: .line 889
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27.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.containerregistry.RegistryUpdateParameters registryUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   11     0                      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   11     1         resourceGroupName  Ljava/lang/String;
            0   11     2              registryName  Ljava/lang/String;
            0   11     3  registryUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
           10   11     4                observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    MethodParameters:
                          Name  Flags
      resourceGroupName         
      registryName              
      registryUpdateParameters  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryInner beginUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
         0: .line 904
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)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.containerregistry.implementation.RegistryInner
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1         resourceGroupName  Ljava/lang/String;
            0    1     2              registryName  Ljava/lang/String;
            0    1     3  registryUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
    MethodParameters:
                          Name  Flags
      resourceGroupName         
      registryName              
      registryUpdateParameters  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 918
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)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.containerregistry.RegistryUpdateParameters registryUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1         resourceGroupName  Ljava/lang/String;
            0    1     2              registryName  Ljava/lang/String;
            0    1     3  registryUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
            0    1     4           serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
                          Name  Flags
      resourceGroupName         
      registryName              
      registryUpdateParameters  
      serviceCallback           final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
         0: .line 931
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$28.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1         resourceGroupName  Ljava/lang/String;
            0    1     2              registryName  Ljava/lang/String;
            0    1     3  registryUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
                          Name  Flags
      resourceGroupName         
      registryName              
      registryUpdateParameters  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RegistryUpdateParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
         0: .line 949
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 950
            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 952
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 953
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 955
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 956
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 958
      StackMap locals:
      StackMap stack:
            aload 3 /* registryUpdateParameters */
            ifnonnull 8
         7: .line 959
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryUpdateParameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 961
      StackMap locals:
      StackMap stack:
            aload 3 /* registryUpdateParameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 963
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 3 /* registryUpdateParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 964
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$29.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 963
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.RegistryUpdateParameters registryUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   12     0                      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   12     1         resourceGroupName  Ljava/lang/String;
            0   12     2              registryName  Ljava/lang/String;
            0   12     3  registryUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistryUpdateParameters;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    MethodParameters:
                          Name  Flags
      resourceGroupName         
      registryName              
      registryUpdateParameters  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> beginUpdateDelegate(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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 978
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 979
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 980
            sipush 201
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 981
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 982
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 978
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> 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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 995
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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 996
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$32
            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.containerregistry.implementation.RegistriesInner$32.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;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.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            1    2     2           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listByResourceGroupAsync(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
    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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1014
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1015
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$33.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
         2: .line 1021
            aload 2 /* serviceCallback */
         3: .line 1013
            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.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      serviceCallback    final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> 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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 1070
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1071
            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 1073
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1074
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1077
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 1078
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$36.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 1077
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    7     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> 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.containerregistry.implementation.RegistriesInner this
         0: .line 1107
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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 1108
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$38
            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.containerregistry.implementation.RegistriesInner$38.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
    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.containerregistry.implementation.RegistriesInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1125
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 1126
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$39.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
         2: .line 1132
            aload 1 /* serviceCallback */
         3: .line 1124
            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.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
         0: .line 1178
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1179
            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 1182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         3: .line 1183
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$42
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$42.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 1182
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;>;

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

  public com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner listCredentials(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1214
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listCredentialsWithServiceResponseAsync:(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.containerregistry.implementation.RegistryListCredentialsResultInner
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> listCredentialsAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner>);
    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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1227
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listCredentialsWithServiceResponseAsync:(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 registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> listCredentialsAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1239
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listCredentialsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$44
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$44.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner>> listCredentialsWithServiceResponseAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1256
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1257
            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 1259
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1260
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1262
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1263
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listCredentials:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1267
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$45.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1266
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
            0    9     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

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

  public com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner regenerateCredential(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.PasswordName);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.PasswordName name
         0: .line 1299
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.regenerateCredentialWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)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.containerregistry.implementation.RegistryListCredentialsResultInner
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.PasswordName name
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3               name  Lcom/microsoft/azure/management/containerregistry/PasswordName;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      name               

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> regenerateCredentialAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.PasswordName, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.PasswordName name
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1313
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.regenerateCredentialWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)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.containerregistry.PasswordName name
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3               name  Lcom/microsoft/azure/management/containerregistry/PasswordName;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      name               
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> regenerateCredentialAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.PasswordName);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.PasswordName name
         0: .line 1326
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.regenerateCredentialWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$47.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.PasswordName name
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3               name  Lcom/microsoft/azure/management/containerregistry/PasswordName;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      name               

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner>> regenerateCredentialWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.PasswordName);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.PasswordName name
         0: .line 1344
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1345
            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 1347
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1348
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1350
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1351
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1353
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 8
         7: .line 1354
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1357
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters
            dup
            invokespecial com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters.<init>:()V
            astore 4 /* regenerateCredentialParameters */
        start local 4 // com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters regenerateCredentialParameters
         9: .line 1358
            aload 4 /* regenerateCredentialParameters */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters.withName:(Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lcom/microsoft/azure/management/containerregistry/RegenerateCredentialParameters;
            pop
        10: .line 1359
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* regenerateCredentialParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.regenerateCredential:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegenerateCredentialParameters;Ljava/lang/String;)Lrx/Observable;
        11: .line 1360
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$48
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$48.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1359
            areturn
        end local 4 // com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters regenerateCredentialParameters
        end local 3 // com.microsoft.azure.management.containerregistry.PasswordName name
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0   13     0                            this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   13     1               resourceGroupName  Ljava/lang/String;
            0   13     2                    registryName  Ljava/lang/String;
            0   13     3                            name  Lcom/microsoft/azure/management/containerregistry/PasswordName;
            9   13     4  regenerateCredentialParameters  Lcom/microsoft/azure/management/containerregistry/RegenerateCredentialParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/PasswordName;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryListCredentialsResultInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      name               

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentialsResultInner> regenerateCredentialDelegate(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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 1374
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 1375
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1376
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1377
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1374
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            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/containerregistry/implementation/RegistryListCredentialsResultInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner listUsages(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1391
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listUsagesWithServiceResponseAsync:(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.containerregistry.implementation.RegistryUsageListResultInner
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner> listUsagesAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner>);
    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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1404
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listUsagesWithServiceResponseAsync:(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 registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner> listUsagesAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1416
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listUsagesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$50.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryUsageListResultInner>> listUsagesWithServiceResponseAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1433
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1434
            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 1436
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1437
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1439
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1440
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listUsages:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1444
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$51.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1443
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
            0    9     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryUsageListResultInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

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

  public com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner listPolicies(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1475
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listPoliciesWithServiceResponseAsync:(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.containerregistry.implementation.RegistryPoliciesInner
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> listPoliciesAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>);
    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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1488
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listPoliciesWithServiceResponseAsync:(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 registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> listPoliciesAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1500
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listPoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$53.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>> listPoliciesWithServiceResponseAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1517
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1518
            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 1520
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1521
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1523
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1524
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listPolicies:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1528
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$54
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$54.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1527
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
            0    9     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> listPoliciesDelegate(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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 1542
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 1543
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1544
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1545
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1542
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            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/containerregistry/implementation/RegistryPoliciesInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner updatePolicies(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
         0: .line 1560
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryPoliciesUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)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.containerregistry.implementation.RegistryPoliciesInner
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    1     0                              this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1                 resourceGroupName  Ljava/lang/String;
            0    1     2                      registryName  Ljava/lang/String;
            0    1     3  registryPoliciesUpdateParameters  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
    MethodParameters:
                                  Name  Flags
      resourceGroupName                 
      registryName                      
      registryPoliciesUpdateParameters  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> updatePoliciesAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1574
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryPoliciesUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)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.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    1     0                              this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1                 resourceGroupName  Ljava/lang/String;
            0    1     2                      registryName  Ljava/lang/String;
            0    1     3  registryPoliciesUpdateParameters  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
            0    1     4                   serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    MethodParameters:
                                  Name  Flags
      resourceGroupName                 
      registryName                      
      registryPoliciesUpdateParameters  
      serviceCallback                   final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> updatePoliciesAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
         0: .line 1587
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryPoliciesUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.updatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$56
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$56.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    1     0                              this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1                 resourceGroupName  Ljava/lang/String;
            0    1     2                      registryName  Ljava/lang/String;
            0    1     3  registryPoliciesUpdateParameters  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    MethodParameters:
                                  Name  Flags
      resourceGroupName                 
      registryName                      
      registryPoliciesUpdateParameters  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>> updatePoliciesWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
         0: .line 1605
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1606
            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 1608
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1609
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1611
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1612
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1614
      StackMap locals:
      StackMap stack:
            aload 3 /* registryPoliciesUpdateParameters */
            ifnonnull 8
         7: .line 1615
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryPoliciesUpdateParameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1617
      StackMap locals:
      StackMap stack:
            aload 3 /* registryPoliciesUpdateParameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 1619
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 3 /* registryPoliciesUpdateParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.updatePolicies:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        10: .line 1620
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0   11     0                              this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   11     1                 resourceGroupName  Ljava/lang/String;
            0   11     2                      registryName  Ljava/lang/String;
            0   11     3  registryPoliciesUpdateParameters  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
           10   11     4                        observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;>;
    MethodParameters:
                                  Name  Flags
      resourceGroupName                 
      registryName                      
      registryPoliciesUpdateParameters  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner beginUpdatePolicies(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
         0: .line 1635
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryPoliciesUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)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.containerregistry.implementation.RegistryPoliciesInner
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    1     0                              this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1                 resourceGroupName  Ljava/lang/String;
            0    1     2                      registryName  Ljava/lang/String;
            0    1     3  registryPoliciesUpdateParameters  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
    MethodParameters:
                                  Name  Flags
      resourceGroupName                 
      registryName                      
      registryPoliciesUpdateParameters  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> beginUpdatePoliciesAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1649
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryPoliciesUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)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.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    1     0                              this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1                 resourceGroupName  Ljava/lang/String;
            0    1     2                      registryName  Ljava/lang/String;
            0    1     3  registryPoliciesUpdateParameters  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
            0    1     4                   serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    MethodParameters:
                                  Name  Flags
      resourceGroupName                 
      registryName                      
      registryPoliciesUpdateParameters  
      serviceCallback                   final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> beginUpdatePoliciesAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
         0: .line 1662
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* registryPoliciesUpdateParameters */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginUpdatePoliciesWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$58.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    1     0                              this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1                 resourceGroupName  Ljava/lang/String;
            0    1     2                      registryName  Ljava/lang/String;
            0    1     3  registryPoliciesUpdateParameters  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    MethodParameters:
                                  Name  Flags
      resourceGroupName                 
      registryName                      
      registryPoliciesUpdateParameters  

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner>> beginUpdatePoliciesWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
         0: .line 1680
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1681
            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 1683
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1684
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1686
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1687
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1689
      StackMap locals:
      StackMap stack:
            aload 3 /* registryPoliciesUpdateParameters */
            ifnonnull 8
         7: .line 1690
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryPoliciesUpdateParameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1692
      StackMap locals:
      StackMap stack:
            aload 3 /* registryPoliciesUpdateParameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 1694
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2017-10-01"
            aload 3 /* registryPoliciesUpdateParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginUpdatePolicies:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 1695
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$59
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$59.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 1694
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner registryPoliciesUpdateParameters
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0   12     0                              this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   12     1                 resourceGroupName  Ljava/lang/String;
            0   12     2                      registryName  Ljava/lang/String;
            0   12     3  registryPoliciesUpdateParameters  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;>;
    MethodParameters:
                                  Name  Flags
      resourceGroupName                 
      registryName                      
      registryPoliciesUpdateParameters  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RegistryPoliciesInner> beginUpdatePoliciesDelegate(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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 1709
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 1710
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1711
            sipush 202
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1712
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1713
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1709
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryPoliciesInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.containerregistry.implementation.RunInner scheduleRun(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
         0: .line 1728
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runRequest */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)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.containerregistry.implementation.RunInner
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3         runRequest  Lcom/microsoft/azure/management/containerregistry/RunRequest;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runRequest         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunInner> scheduleRunAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1742
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runRequest */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)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.containerregistry.RunRequest runRequest
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3         runRequest  Lcom/microsoft/azure/management/containerregistry/RunRequest;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runRequest         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunInner> scheduleRunAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
         0: .line 1755
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runRequest */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$62
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$62.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3         runRequest  Lcom/microsoft/azure/management/containerregistry/RunRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runRequest         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner>> scheduleRunWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
         0: .line 1773
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1774
            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 1776
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1777
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1779
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1780
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1782
      StackMap locals:
      StackMap stack:
            aload 3 /* runRequest */
            ifnonnull 8
         7: .line 1783
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runRequest is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1785
      StackMap locals:
      StackMap stack:
            aload 3 /* runRequest */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 1787
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2018-09-01"
            aload 3 /* runRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.scheduleRun:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        10: .line 1788
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2       registryName  Ljava/lang/String;
            0   11     3         runRequest  Lcom/microsoft/azure/management/containerregistry/RunRequest;
           10   11     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runRequest         

  public com.microsoft.azure.management.containerregistry.implementation.RunInner beginScheduleRun(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
         0: .line 1803
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runRequest */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginScheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)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.containerregistry.implementation.RunInner
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3         runRequest  Lcom/microsoft/azure/management/containerregistry/RunRequest;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runRequest         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginScheduleRunAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1817
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runRequest */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginScheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)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.containerregistry.RunRequest runRequest
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3         runRequest  Lcom/microsoft/azure/management/containerregistry/RunRequest;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runRequest         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginScheduleRunAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
         0: .line 1830
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runRequest */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.beginScheduleRunWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$64.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3         runRequest  Lcom/microsoft/azure/management/containerregistry/RunRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runRequest         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner>> beginScheduleRunWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.containerregistry.RunRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
         0: .line 1848
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1849
            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 1851
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1852
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1854
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1855
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1857
      StackMap locals:
      StackMap stack:
            aload 3 /* runRequest */
            ifnonnull 8
         7: .line 1858
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runRequest is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1860
      StackMap locals:
      StackMap stack:
            aload 3 /* runRequest */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         9: .line 1862
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2018-09-01"
            aload 3 /* runRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.beginScheduleRun:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        10: .line 1863
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$65
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$65.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        11: .line 1862
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.RunRequest runRequest
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0   12     1  resourceGroupName  Ljava/lang/String;
            0   12     2       registryName  Ljava/lang/String;
            0   12     3         runRequest  Lcom/microsoft/azure/management/containerregistry/RunRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runRequest         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginScheduleRunDelegate(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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 1877
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 1878
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1879
            sipush 202
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1880
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1881
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1877
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner getBuildSourceUploadUrl(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1895
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getBuildSourceUploadUrlWithServiceResponseAsync:(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.containerregistry.implementation.SourceUploadDefinitionInner
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner> getBuildSourceUploadUrlAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner>);
    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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1908
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getBuildSourceUploadUrlWithServiceResponseAsync:(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 registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner> getBuildSourceUploadUrlAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1920
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.getBuildSourceUploadUrlWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$68
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$68.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner>> getBuildSourceUploadUrlWithServiceResponseAsync(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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 1937
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 1938
            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 1940
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1941
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1943
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1944
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2018-09-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.getBuildSourceUploadUrl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 1948
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$69
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$69.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 1947
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
            0    9     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/SourceUploadDefinitionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner> getBuildSourceUploadUrlDelegate(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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 1962
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 1963
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1964
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1965
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1962
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            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/containerregistry/implementation/SourceUploadDefinitionInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> 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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1978
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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 1979
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$71
            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.containerregistry.implementation.RegistriesInner$71.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;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.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
    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.containerregistry.implementation.RegistriesInner 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 1998
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1999
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$72.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
         2: .line 2005
            aload 3 /* serviceCallback */
         3: .line 1997
            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.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> 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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2054
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2055
            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 2057
      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 2058
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2059
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$75
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$75.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2058
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            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/containerregistry/implementation/RegistryInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RegistryInner> 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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2089
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.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 2090
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$77
            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.containerregistry.implementation.RegistriesInner$77.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;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.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>);
    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.containerregistry.implementation.RegistriesInner 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 2109
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2110
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$78
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$78.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
         2: .line 2116
            aload 3 /* serviceCallback */
         3: .line 2108
            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.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>>> 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.containerregistry.implementation.RegistriesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2165
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2166
            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 2168
      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 2169
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner$RegistriesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2170
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$81
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$81.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2169
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            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/containerregistry/implementation/RegistryInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.PageImpl<com.microsoft.azure.management.containerregistry.implementation.RegistryInner>> 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.containerregistry.implementation.RegistriesInner this
        start local 1 // retrofit2.Response response
         0: .line 2184
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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.containerregistry.implementation.RegistriesInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.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 2185
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2186
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2187
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2184
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistriesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            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/containerregistry/implementation/PageImpl<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;>;
    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.containerregistry.implementation.RegistriesInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;>;
SourceFile: "RegistriesInner.java"
NestMembers:
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$1  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$10  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$11  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$12  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$13  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$15  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$16  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$19  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$21  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$22  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$26  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$28  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$29  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$3  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$32  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$33  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$34  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$35  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$36  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$37  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$38  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$39  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$4  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$40  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$41  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$42  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$43  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$44  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$45  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$46  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$47  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$48  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$50  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$51  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$52  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$53  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$54  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$56  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$58  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$59  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$62  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$64  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$65  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$68  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$69  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$7  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$71  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$72  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$73  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$74  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$75  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$76  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$77  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$78  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$79  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$8  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$80  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$81  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService
InnerClasses:
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$1
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$10
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$11
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$12
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$13
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$14
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$15
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$16
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$17
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$18
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$19
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$2
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$20
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$21
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$22
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$23
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$24
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$25
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$26
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$27
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$28
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$29
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$3
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$30
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$31
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$32
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$33
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$34
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$35
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$36
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$37
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$38
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$39
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$4
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$40
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$41
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$42
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$43
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$44
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$45
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$46
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$47
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$48
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$49
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$5
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$50
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$51
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$52
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$53
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$54
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$55
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$56
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$57
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$58
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$59
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$6
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$60
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$61
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$62
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$63
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$64
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$65
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$66
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$67
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$68
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$69
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$7
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$70
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$71
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$72
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$73
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$74
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$75
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$76
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$77
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$78
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$79
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$8
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$80
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$81
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$82
  com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$9
  abstract RegistriesService = com.microsoft.azure.management.containerregistry.implementation.RegistriesInner$RegistriesService of com.microsoft.azure.management.containerregistry.implementation.RegistriesInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder