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

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

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.CertificateInner> 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.appservice.implementation.CertificatesInner this
         0: .line 113
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner.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 114
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$1
            dup
            aload 0 /* this */
            aload 1 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;

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

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

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

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

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.CertificateInner>> 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.appservice.implementation.CertificatesInner this
        start local 1 // retrofit2.Response response
         0: .line 209
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 210
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 211
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 212
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 209
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CertificateInner>>> 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.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 305
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 306
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 309
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 312
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.service:Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner$CertificatesService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.CertificatesInner$CertificatesService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 315
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$11.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 314
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.CertificateInner>> 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.appservice.implementation.CertificatesInner this
        start local 1 // retrofit2.Response response
         0: .line 329
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 330
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$12.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner$12.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 331
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 332
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 329
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.CertificateInner>> 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.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 392
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 393
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 395
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 396
            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 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 399
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 402
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.service:Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner$CertificatesService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.CertificatesInner$CertificatesService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 405
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 404
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.CertificateInner> 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.appservice.implementation.CertificatesInner this
        start local 1 // retrofit2.Response response
         0: .line 419
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 420
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$15.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 421
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 422
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 419
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.CertificateInner createOrUpdate(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.CertificateInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;)Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.CertificateInner certificateEnvelope
         0: .line 438
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* certificateEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;)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.appservice.implementation.CertificateInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.CertificateInner certificateEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    1     1    resourceGroupName  Ljava/lang/String;
            0    1     2                 name  Ljava/lang/String;
            0    1     3  certificateEnvelope  Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;
    MethodParameters:
                     Name  Flags
      resourceGroupName    
      name                 
      certificateEnvelope  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.CertificateInner> createOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.CertificateInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.CertificateInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;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.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.CertificateInner certificateEnvelope
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 453
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* certificateEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;)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.appservice.implementation.CertificateInner certificateEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    1     1    resourceGroupName  Ljava/lang/String;
            0    1     2                 name  Ljava/lang/String;
            0    1     3  certificateEnvelope  Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;
            0    1     4      serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;
    MethodParameters:
                     Name  Flags
      resourceGroupName    
      name                 
      certificateEnvelope  
      serviceCallback      final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.CertificateInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.CertificateInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.implementation.CertificateInner certificateEnvelope
         0: .line 486
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 487
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 489
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 490
            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 492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 493
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 495
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateEnvelope */
            ifnonnull 8
         7: .line 496
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 499
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 501
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 502
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.service:Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner$CertificatesService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* certificateEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.CertificatesInner$CertificatesService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 503
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 502
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.CertificateInner certificateEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   14     0                 this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0   14     1    resourceGroupName  Ljava/lang/String;
            0   14     2                 name  Ljava/lang/String;
            0   14     3  certificateEnvelope  Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    MethodParameters:
                     Name  Flags
      resourceGroupName    
      name                 
      certificateEnvelope  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.CertificateInner> createOrUpdateDelegate(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.appservice.implementation.CertificatesInner this
        start local 1 // retrofit2.Response response
         0: .line 517
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 518
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$18.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner$18.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 519
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 520
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 517
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;
    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.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 534
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner.deleteWithServiceResponseAsync:(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 535
            return
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2               name  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

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

  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=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 579
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 580
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 582
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 583
            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 585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 586
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 589
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.service:Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner$CertificatesService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.CertificatesInner$CertificatesService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 592
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$20.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 591
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteDelegate(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.appservice.implementation.CertificatesInner this
        start local 1 // retrofit2.Response response
         0: .line 606
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 607
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$21.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner$21.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 608
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$22.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner$22.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 609
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 610
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 606
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, 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.appservice.implementation.CertificateInner update(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.CertificatePatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/CertificatePatchResource;)Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.CertificatePatchResource certificateEnvelope
         0: .line 626
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 3 /* certificateEnvelope */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/CertificatePatchResource;)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.appservice.implementation.CertificateInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.CertificatePatchResource certificateEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    1     1    resourceGroupName  Ljava/lang/String;
            0    1     2                 name  Ljava/lang/String;
            0    1     3  certificateEnvelope  Lcom/microsoft/azure/management/appservice/CertificatePatchResource;
    MethodParameters:
                     Name  Flags
      resourceGroupName    
      name                 
      certificateEnvelope  

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.CertificateInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.CertificatePatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/CertificatePatchResource;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
        start local 3 // com.microsoft.azure.management.appservice.CertificatePatchResource certificateEnvelope
         0: .line 674
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 675
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 677
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 678
            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 680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 681
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 683
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateEnvelope */
            ifnonnull 8
         7: .line 684
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateEnvelope is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 687
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 689
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateEnvelope */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 690
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.service:Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner$CertificatesService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* certificateEnvelope */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.CertificatesInner$CertificatesService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/CertificatePatchResource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 691
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$24.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 690
            areturn
        end local 3 // com.microsoft.azure.management.appservice.CertificatePatchResource certificateEnvelope
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   14     0                 this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0   14     1    resourceGroupName  Ljava/lang/String;
            0   14     2                 name  Ljava/lang/String;
            0   14     3  certificateEnvelope  Lcom/microsoft/azure/management/appservice/CertificatePatchResource;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/CertificatePatchResource;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    MethodParameters:
                     Name  Flags
      resourceGroupName    
      name                 
      certificateEnvelope  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.CertificateInner> updateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
        start local 1 // retrofit2.Response response
         0: .line 705
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 706
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$25.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner$25.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 707
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 708
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 705
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.CertificateInner> 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.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 722
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner.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 723
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$26
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$26.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;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.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.CertificateInner>);
    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.appservice.implementation.CertificatesInner 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 743
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 744
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$27.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
         2: .line 750
            aload 3 /* serviceCallback */
         3: .line 742
            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.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CertificateInner>>> 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.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 802
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 803
            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 805
      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 806
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.service:Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner$CertificatesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.CertificatesInner$CertificatesService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 807
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$30.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 806
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            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/appservice/implementation/CertificateInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.CertificateInner>> 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.appservice.implementation.CertificatesInner this
        start local 1 // retrofit2.Response response
         0: .line 821
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 822
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$31.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 823
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 824
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 821
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateInner>> listByResourceGroupNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.CertificateInner>);
    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.appservice.implementation.CertificatesInner 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 859
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner.listByResourceGroupNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 860
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$33.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
         2: .line 866
            aload 3 /* serviceCallback */
         3: .line 858
            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.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.CertificateInner>>> 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.appservice.implementation.CertificatesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 918
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 919
            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 921
      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 922
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.service:Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner$CertificatesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.appservice.implementation.CertificatesInner$CertificatesService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 923
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$36.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 922
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            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/appservice/implementation/CertificateInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.CertificateInner>> 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.appservice.implementation.CertificatesInner this
        start local 1 // retrofit2.Response response
         0: .line 937
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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.appservice.implementation.CertificatesInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.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 938
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.CertificatesInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.CertificatesInner$37.<init>:(Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner$37.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 939
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 940
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 937
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificatesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.management.appservice.DefaultErrorResponseException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/PageImpl<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;>;
    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.appservice.implementation.CertificatesInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsGet<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsDelete<Ljava/lang/Void;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;
SourceFile: "CertificatesInner.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$1  com.microsoft.azure.management.appservice.implementation.CertificatesInner$10  com.microsoft.azure.management.appservice.implementation.CertificatesInner$11  com.microsoft.azure.management.appservice.implementation.CertificatesInner$12  com.microsoft.azure.management.appservice.implementation.CertificatesInner$13  com.microsoft.azure.management.appservice.implementation.CertificatesInner$14  com.microsoft.azure.management.appservice.implementation.CertificatesInner$15  com.microsoft.azure.management.appservice.implementation.CertificatesInner$16  com.microsoft.azure.management.appservice.implementation.CertificatesInner$17  com.microsoft.azure.management.appservice.implementation.CertificatesInner$18  com.microsoft.azure.management.appservice.implementation.CertificatesInner$19  com.microsoft.azure.management.appservice.implementation.CertificatesInner$2  com.microsoft.azure.management.appservice.implementation.CertificatesInner$20  com.microsoft.azure.management.appservice.implementation.CertificatesInner$21  com.microsoft.azure.management.appservice.implementation.CertificatesInner$22  com.microsoft.azure.management.appservice.implementation.CertificatesInner$23  com.microsoft.azure.management.appservice.implementation.CertificatesInner$24  com.microsoft.azure.management.appservice.implementation.CertificatesInner$25  com.microsoft.azure.management.appservice.implementation.CertificatesInner$26  com.microsoft.azure.management.appservice.implementation.CertificatesInner$27  com.microsoft.azure.management.appservice.implementation.CertificatesInner$28  com.microsoft.azure.management.appservice.implementation.CertificatesInner$29  com.microsoft.azure.management.appservice.implementation.CertificatesInner$3  com.microsoft.azure.management.appservice.implementation.CertificatesInner$30  com.microsoft.azure.management.appservice.implementation.CertificatesInner$31  com.microsoft.azure.management.appservice.implementation.CertificatesInner$32  com.microsoft.azure.management.appservice.implementation.CertificatesInner$33  com.microsoft.azure.management.appservice.implementation.CertificatesInner$34  com.microsoft.azure.management.appservice.implementation.CertificatesInner$35  com.microsoft.azure.management.appservice.implementation.CertificatesInner$36  com.microsoft.azure.management.appservice.implementation.CertificatesInner$37  com.microsoft.azure.management.appservice.implementation.CertificatesInner$4  com.microsoft.azure.management.appservice.implementation.CertificatesInner$5  com.microsoft.azure.management.appservice.implementation.CertificatesInner$6  com.microsoft.azure.management.appservice.implementation.CertificatesInner$7  com.microsoft.azure.management.appservice.implementation.CertificatesInner$8  com.microsoft.azure.management.appservice.implementation.CertificatesInner$9  com.microsoft.azure.management.appservice.implementation.CertificatesInner$CertificatesService
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$1
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$10
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$11
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$12
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$13
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$14
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$15
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$16
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$17
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$18
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$19
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$2
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$20
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$21
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$22
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$23
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$24
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$25
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$26
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$27
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$28
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$29
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$3
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$30
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$31
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$32
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$33
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$34
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$35
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$36
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$37
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$4
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$5
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$6
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$7
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$8
  com.microsoft.azure.management.appservice.implementation.CertificatesInner$9
  abstract CertificatesService = com.microsoft.azure.management.appservice.implementation.CertificatesInner$CertificatesService of com.microsoft.azure.management.appservice.implementation.CertificatesInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder