public class com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner implements com.microsoft.azure.management.resources.fluentcore.collection.InnerSupportsGet<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>, 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.AppServiceCertificateOrderInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService service;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
    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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl client
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
         2: .line 66
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
         3: .line 67
            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.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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.AppServiceCertificateOrderInner> 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.AppServiceCertificateOrdersInner this
         0: .line 186
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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 187
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$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.AppServiceCertificateOrdersInner$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>>> 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.AppServiceCertificateOrdersInner this
         0: .line 240
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 241
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$4.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 240
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>>> 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.AppServiceCertificateOrdersInner this
         0: .line 261
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 262
            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 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 265
            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 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 268
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 267
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>> 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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 282
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 283
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 284
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 285
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 282
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public void validatePurchaseInformation(com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner appServiceCertificateOrder
         0: .line 298
            aload 0 /* this */
            aload 1 /* appServiceCertificateOrder */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.validatePurchaseInformationWithServiceResponseAsync:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)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 299
            return
        end local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner appServiceCertificateOrder
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    2     1  appServiceCertificateOrder  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
    MethodParameters:
                            Name  Flags
      appServiceCertificateOrder  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> validatePurchaseInformationAsync(com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner appServiceCertificateOrder
        start local 2 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 311
            aload 0 /* this */
            aload 1 /* appServiceCertificateOrder */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.validatePurchaseInformationWithServiceResponseAsync:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable;
            aload 2 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner appServiceCertificateOrder
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1  appServiceCertificateOrder  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
            0    1     2             serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                            Name  Flags
      appServiceCertificateOrder  
      serviceCallback             final

  public rx.Observable<java.lang.Void> validatePurchaseInformationAsync(com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner appServiceCertificateOrder
         0: .line 323
            aload 0 /* this */
            aload 1 /* appServiceCertificateOrder */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.validatePurchaseInformationWithServiceResponseAsync:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner appServiceCertificateOrder
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1  appServiceCertificateOrder  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                            Name  Flags
      appServiceCertificateOrder  

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> validatePurchaseInformationWithServiceResponseAsync(com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner appServiceCertificateOrder
         0: .line 340
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 341
            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 343
      StackMap locals:
      StackMap stack:
            aload 1 /* appServiceCertificateOrder */
            ifnonnull 4
         3: .line 344
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter appServiceCertificateOrder is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 347
            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 349
      StackMap locals:
      StackMap stack:
            aload 1 /* appServiceCertificateOrder */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
         7: .line 350
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* appServiceCertificateOrder */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.validatePurchaseInformation:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         8: .line 351
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 350
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner appServiceCertificateOrder
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   10     0                        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   10     1  appServiceCertificateOrder  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                            Name  Flags
      appServiceCertificateOrder  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> validatePurchaseInformationDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 365
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 366
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$9.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 367
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 368
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 365
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>>> 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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
         0: .line 461
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 462
            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 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 465
            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 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 468
            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 470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.listByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 471
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 470
            areturn
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>> 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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 485
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 486
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$15.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 487
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 488
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 485
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>> 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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 548
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 549
            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 551
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 552
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 555
            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 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 558
            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 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 561
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 560
            areturn
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   11     1     resourceGroupName  Ljava/lang/String;
            0   11     2  certificateOrderName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner> 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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 575
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 576
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$18.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$18.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 577
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 578
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 575
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner certificateDistinguishedName
         0: .line 642
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 643
            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 645
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 646
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 648
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 649
            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 651
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateDistinguishedName */
            ifnonnull 8
         7: .line 652
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateDistinguishedName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 655
            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 657
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateDistinguishedName */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 658
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* certificateDistinguishedName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
        12: .line 659
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$20.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$20.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner certificateDistinguishedName
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   13     0                          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   13     1             resourceGroupName  Ljava/lang/String;
            0   13     2          certificateOrderName  Ljava/lang/String;
            0   13     3  certificateDistinguishedName  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
           12   13     4                    observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;>;
    MethodParameters:
                              Name  Flags
      resourceGroupName             
      certificateOrderName          
      certificateDistinguishedName  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner> beginCreateOrUpdateAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner certificateDistinguishedName
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 690
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* certificateDistinguishedName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.beginCreateOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)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.AppServiceCertificateOrderInner certificateDistinguishedName
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    1     0                          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1             resourceGroupName  Ljava/lang/String;
            0    1     2          certificateOrderName  Ljava/lang/String;
            0    1     3  certificateDistinguishedName  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
            0    1     4               serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;
    MethodParameters:
                              Name  Flags
      resourceGroupName             
      certificateOrderName          
      certificateDistinguishedName  
      serviceCallback               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>> beginCreateOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner certificateDistinguishedName
         0: .line 723
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 724
            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 726
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 727
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 730
            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 732
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateDistinguishedName */
            ifnonnull 8
         7: .line 733
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateDistinguishedName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 736
            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 738
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateDistinguishedName */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 739
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* certificateDistinguishedName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.beginCreateOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 740
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$22.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 739
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner certificateDistinguishedName
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   14     0                          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   14     1             resourceGroupName  Ljava/lang/String;
            0   14     2          certificateOrderName  Ljava/lang/String;
            0   14     3  certificateDistinguishedName  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;>;
    MethodParameters:
                              Name  Flags
      resourceGroupName             
      certificateOrderName          
      certificateDistinguishedName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner> beginCreateOrUpdateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 754
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 755
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$23.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$23.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 756
            sipush 201
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$24.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$24.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 757
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 758
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 754
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;
    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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 772
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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 773
            return
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    2     1     resourceGroupName  Ljava/lang/String;
            0    2     2  certificateOrderName  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  

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

  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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 817
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 818
            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 820
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 821
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 824
            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 826
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 827
            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 829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 830
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$26.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 829
            areturn
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   11     1     resourceGroupName  Ljava/lang/String;
            0   11     2  certificateOrderName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  

  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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 844
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 845
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$27.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$27.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 846
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$28.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$28.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 847
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 848
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 844
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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.AppServiceCertificateOrderInner update(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource certificateDistinguishedName
         0: .line 864
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* certificateDistinguishedName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;)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.AppServiceCertificateOrderInner
            areturn
        end local 3 // com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource certificateDistinguishedName
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    1     0                          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1             resourceGroupName  Ljava/lang/String;
            0    1     2          certificateOrderName  Ljava/lang/String;
            0    1     3  certificateDistinguishedName  Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
    MethodParameters:
                              Name  Flags
      resourceGroupName             
      certificateOrderName          
      certificateDistinguishedName  

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource certificateDistinguishedName
         0: .line 912
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 913
            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 915
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 916
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 918
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 919
            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 921
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateDistinguishedName */
            ifnonnull 8
         7: .line 922
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateDistinguishedName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 925
            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 927
      StackMap locals:
      StackMap stack:
            aload 3 /* certificateDistinguishedName */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 928
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* certificateDistinguishedName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 929
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$30.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 928
            areturn
        end local 3 // com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource certificateDistinguishedName
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   14     0                          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   14     1             resourceGroupName  Ljava/lang/String;
            0   14     2          certificateOrderName  Ljava/lang/String;
            0   14     3  certificateDistinguishedName  Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;>;
    MethodParameters:
                              Name  Flags
      resourceGroupName             
      certificateOrderName          
      certificateDistinguishedName  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner> 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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 943
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 944
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$31.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$31.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 945
            sipush 201
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$32.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$32.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 946
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 947
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 943
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>> listCertificatesAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 983
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.listCertificatesSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 984
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$34
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$34.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
         2: .line 990
            aload 3 /* serviceCallback */
         3: .line 982
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    4     1     resourceGroupName  Ljava/lang/String;
            0    4     2  certificateOrderName  Ljava/lang/String;
            0    4     3       serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     final
      certificateOrderName  final
      serviceCallback       final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>>> listCertificatesSinglePageAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 1045
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1046
            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 1048
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1049
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1051
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1052
            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 1054
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1055
            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 1057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.listCertificates:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1058
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$37.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1057
            areturn
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   11     1     resourceGroupName  Ljava/lang/String;
            0   11     2  certificateOrderName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     final
      certificateOrderName  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>> listCertificatesDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 1072
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 1073
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$38.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$38.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1074
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1075
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1072
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateResourceInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner getCertificate(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
         0: .line 1091
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.getCertificateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner
            areturn
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3                  name  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> getCertificateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1106
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.getCertificateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3                  name  Ljava/lang/String;
            0    1     4       serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      serviceCallback       final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>> getCertificateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
         0: .line 1139
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1140
            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 1142
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1143
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1145
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 6
         5: .line 1146
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1149
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1152
            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 1154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.getCertificate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 1155
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$40
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$40.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1154
            areturn
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   13     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   13     1     resourceGroupName  Ljava/lang/String;
            0   13     2  certificateOrderName  Ljava/lang/String;
            0   13     3                  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> getCertificateDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 1169
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 1170
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$41
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$41.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$41.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1171
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1172
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1169
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner createOrUpdateCertificate(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
         0: .line 1189
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 4 /* keyVaultCertificate */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.createOrUpdateCertificateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3                  name  Ljava/lang/String;
            0    1     4   keyVaultCertificate  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      keyVaultCertificate   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> createOrUpdateCertificateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1205
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 4 /* keyVaultCertificate */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.createOrUpdateCertificateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3                  name  Ljava/lang/String;
            0    1     4   keyVaultCertificate  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
            0    1     5       serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      keyVaultCertificate   
      serviceCallback       final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>> createOrUpdateCertificateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
         0: .line 1240
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1241
            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 1243
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1244
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1246
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 6
         5: .line 1247
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1250
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1252
      StackMap locals:
      StackMap stack:
            aload 4 /* keyVaultCertificate */
            ifnonnull 10
         9: .line 1253
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter keyVaultCertificate is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1256
            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
        12: .line 1258
      StackMap locals:
      StackMap stack:
            aload 4 /* keyVaultCertificate */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 1259
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* keyVaultCertificate */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.createOrUpdateCertificate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        14: .line 1260
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 5 /* observable */
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$43
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$43.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$43.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   15     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   15     1     resourceGroupName  Ljava/lang/String;
            0   15     2  certificateOrderName  Ljava/lang/String;
            0   15     3                  name  Ljava/lang/String;
            0   15     4   keyVaultCertificate  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
           14   15     5            observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      keyVaultCertificate   

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> beginCreateOrUpdateCertificateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1293
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 4 /* keyVaultCertificate */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.beginCreateOrUpdateCertificateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3                  name  Ljava/lang/String;
            0    1     4   keyVaultCertificate  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
            0    1     5       serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      keyVaultCertificate   
      serviceCallback       final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>> beginCreateOrUpdateCertificateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
         0: .line 1328
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1329
            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 1331
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1332
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1334
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 6
         5: .line 1335
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1338
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1340
      StackMap locals:
      StackMap stack:
            aload 4 /* keyVaultCertificate */
            ifnonnull 10
         9: .line 1341
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter keyVaultCertificate is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1344
            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
        12: .line 1346
      StackMap locals:
      StackMap stack:
            aload 4 /* keyVaultCertificate */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 1347
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* keyVaultCertificate */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.beginCreateOrUpdateCertificate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 1348
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$45
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$45.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 1347
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner keyVaultCertificate
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   16     1     resourceGroupName  Ljava/lang/String;
            0   16     2  certificateOrderName  Ljava/lang/String;
            0   16     3                  name  Ljava/lang/String;
            0   16     4   keyVaultCertificate  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      keyVaultCertificate   

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> beginCreateOrUpdateCertificateDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 1362
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 1363
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$46
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$46.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$46.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1364
            sipush 201
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$47
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$47.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$47.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1365
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1366
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1362
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteCertificateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
         0: .line 1429
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1430
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1432
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1433
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1435
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 6
         5: .line 1436
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1439
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1442
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.deleteCertificate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 1445
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$49
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$49.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1444
            areturn
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   13     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   13     1     resourceGroupName  Ljava/lang/String;
            0   13     2  certificateOrderName  Ljava/lang/String;
            0   13     3                  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteCertificateDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 1459
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 1460
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$50
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$50.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$50.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1461
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$51
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$51.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$51.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1462
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1463
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1459
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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.AppServiceCertificateResourceInner updateCertificate(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource keyVaultCertificate
         0: .line 1480
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 4 /* keyVaultCertificate */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.updateCertificateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;)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.AppServiceCertificateResourceInner
            areturn
        end local 4 // com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource keyVaultCertificate
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3                  name  Ljava/lang/String;
            0    1     4   keyVaultCertificate  Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      keyVaultCertificate   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> updateCertificateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource keyVaultCertificate
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1496
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 4 /* keyVaultCertificate */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.updateCertificateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource keyVaultCertificate
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3                  name  Ljava/lang/String;
            0    1     4   keyVaultCertificate  Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;
            0    1     5       serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      keyVaultCertificate   
      serviceCallback       final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> updateCertificateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource keyVaultCertificate
         0: .line 1511
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 4 /* keyVaultCertificate */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.updateCertificateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$52
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$52.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource keyVaultCertificate
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3                  name  Ljava/lang/String;
            0    1     4   keyVaultCertificate  Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      keyVaultCertificate   

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>> updateCertificateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
        start local 4 // com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource keyVaultCertificate
         0: .line 1531
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1532
            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 1534
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1535
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1537
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            ifnonnull 6
         5: .line 1538
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter name is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1541
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1543
      StackMap locals:
      StackMap stack:
            aload 4 /* keyVaultCertificate */
            ifnonnull 10
         9: .line 1544
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter keyVaultCertificate is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 1546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1547
            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
        12: .line 1549
      StackMap locals:
      StackMap stack:
            aload 4 /* keyVaultCertificate */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        13: .line 1550
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 4 /* keyVaultCertificate */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.updateCertificate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        14: .line 1551
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$53
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$53.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        15: .line 1550
            areturn
        end local 4 // com.microsoft.azure.management.appservice.AppServiceCertificatePatchResource keyVaultCertificate
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   16     1     resourceGroupName  Ljava/lang/String;
            0   16     2  certificateOrderName  Ljava/lang/String;
            0   16     3                  name  Ljava/lang/String;
            0   16     4   keyVaultCertificate  Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppServiceCertificatePatchResource;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  
      keyVaultCertificate   

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> updateCertificateDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 1565
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 1566
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$54
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$54.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$54.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1567
            sipush 201
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$55
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$55.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$55.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1568
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1569
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1565
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void reissue(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest reissueCertificateOrderRequest
         0: .line 1584
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* reissueCertificateOrderRequest */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.reissueWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;)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 1585
            return
        end local 3 // com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest reissueCertificateOrderRequest
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    2     1               resourceGroupName  Ljava/lang/String;
            0    2     2            certificateOrderName  Ljava/lang/String;
            0    2     3  reissueCertificateOrderRequest  Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;
    MethodParameters:
                                Name  Flags
      resourceGroupName               
      certificateOrderName            
      reissueCertificateOrderRequest  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> reissueAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest reissueCertificateOrderRequest
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1599
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* reissueCertificateOrderRequest */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.reissueWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;)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.ReissueCertificateOrderRequest reissueCertificateOrderRequest
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    1     0                            this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1               resourceGroupName  Ljava/lang/String;
            0    1     2            certificateOrderName  Ljava/lang/String;
            0    1     3  reissueCertificateOrderRequest  Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;
            0    1     4                 serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                                Name  Flags
      resourceGroupName               
      certificateOrderName            
      reissueCertificateOrderRequest  
      serviceCallback                 final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> reissueWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest reissueCertificateOrderRequest
         0: .line 1632
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1633
            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 1635
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1636
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1639
            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 1641
      StackMap locals:
      StackMap stack:
            aload 3 /* reissueCertificateOrderRequest */
            ifnonnull 8
         7: .line 1642
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter reissueCertificateOrderRequest is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1645
            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 1647
      StackMap locals:
      StackMap stack:
            aload 3 /* reissueCertificateOrderRequest */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 1648
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* reissueCertificateOrderRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.reissue:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1649
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$57
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$57.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1648
            areturn
        end local 3 // com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest reissueCertificateOrderRequest
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0   14     0                            this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   14     1               resourceGroupName  Ljava/lang/String;
            0   14     2            certificateOrderName  Ljava/lang/String;
            0   14     3  reissueCertificateOrderRequest  Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ReissueCertificateOrderRequest;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                                Name  Flags
      resourceGroupName               
      certificateOrderName            
      reissueCertificateOrderRequest  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> reissueDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 1663
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 1664
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$58
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$58.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$58.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1665
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1666
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1663
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public void renew(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.RenewCertificateOrderRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.RenewCertificateOrderRequest renewCertificateOrderRequest
         0: .line 1681
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* renewCertificateOrderRequest */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.renewWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;)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 1682
            return
        end local 3 // com.microsoft.azure.management.appservice.RenewCertificateOrderRequest renewCertificateOrderRequest
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    2     0                          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    2     1             resourceGroupName  Ljava/lang/String;
            0    2     2          certificateOrderName  Ljava/lang/String;
            0    2     3  renewCertificateOrderRequest  Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;
    MethodParameters:
                              Name  Flags
      resourceGroupName             
      certificateOrderName          
      renewCertificateOrderRequest  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> renewAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.RenewCertificateOrderRequest, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.RenewCertificateOrderRequest renewCertificateOrderRequest
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1696
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* renewCertificateOrderRequest */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.renewWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;)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.RenewCertificateOrderRequest renewCertificateOrderRequest
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    1     0                          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1             resourceGroupName  Ljava/lang/String;
            0    1     2          certificateOrderName  Ljava/lang/String;
            0    1     3  renewCertificateOrderRequest  Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;
            0    1     4               serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                              Name  Flags
      resourceGroupName             
      certificateOrderName          
      renewCertificateOrderRequest  
      serviceCallback               final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> renewWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.RenewCertificateOrderRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.RenewCertificateOrderRequest renewCertificateOrderRequest
         0: .line 1729
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1730
            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 1732
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1733
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1736
            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 1738
      StackMap locals:
      StackMap stack:
            aload 3 /* renewCertificateOrderRequest */
            ifnonnull 8
         7: .line 1739
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter renewCertificateOrderRequest is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 1742
            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 1744
      StackMap locals:
      StackMap stack:
            aload 3 /* renewCertificateOrderRequest */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 1745
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* renewCertificateOrderRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.renew:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 1746
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$60
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$60.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 1745
            areturn
        end local 3 // com.microsoft.azure.management.appservice.RenewCertificateOrderRequest renewCertificateOrderRequest
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   14     0                          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   14     1             resourceGroupName  Ljava/lang/String;
            0   14     2          certificateOrderName  Ljava/lang/String;
            0   14     3  renewCertificateOrderRequest  Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/RenewCertificateOrderRequest;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                              Name  Flags
      resourceGroupName             
      certificateOrderName          
      renewCertificateOrderRequest  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> renewDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 1760
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 1761
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$61
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$61.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$61.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1762
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1763
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1760
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public void resendEmail(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 1777
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.resendEmailWithServiceResponseAsync:(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 1778
            return
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    2     1     resourceGroupName  Ljava/lang/String;
            0    2     2  certificateOrderName  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> resendEmailAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1791
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.resendEmailWithServiceResponseAsync:(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 certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  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     
      certificateOrderName  
      serviceCallback       final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> resendEmailWithServiceResponseAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 1822
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1823
            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 1825
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1826
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1828
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1829
            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 1831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1832
            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 1834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.resendEmail:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1835
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$63
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$63.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1834
            areturn
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   11     1     resourceGroupName  Ljava/lang/String;
            0   11     2  certificateOrderName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> resendEmailDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 1849
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 1850
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$64
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$64.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$64.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1851
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1852
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1849
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public void resendRequestEmails(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 1866
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.resendRequestEmailsWithServiceResponseAsync:(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 1867
            return
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    2     1     resourceGroupName  Ljava/lang/String;
            0    2     2  certificateOrderName  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> resendRequestEmailsAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 1880
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.resendRequestEmailsWithServiceResponseAsync:(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 certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  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     
      certificateOrderName  
      serviceCallback       final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> resendRequestEmailsWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 1911
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 1912
            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 1914
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 1915
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 1918
            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 1920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 1921
            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 1924
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.appservice.implementation.NameIdentifierInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.<init>:()V
            astore 3 /* nameIdentifier */
        start local 3 // com.microsoft.azure.management.appservice.implementation.NameIdentifierInner nameIdentifier
         9: .line 1925
            aload 3 /* nameIdentifier */
            aconst_null
            invokevirtual com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
            pop
        10: .line 1926
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 3 /* nameIdentifier */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.resendRequestEmails:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;Ljava/lang/String;)Lrx/Observable;
        11: .line 1927
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$66
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$66.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 1926
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.NameIdentifierInner nameIdentifier
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   13     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   13     1     resourceGroupName  Ljava/lang/String;
            0   13     2  certificateOrderName  Ljava/lang/String;
            9   13     3        nameIdentifier  Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> resendRequestEmailsWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // java.lang.String name
         0: .line 2000
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2001
            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 2003
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 2004
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2007
            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 2009
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2010
            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 2012
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.appservice.implementation.NameIdentifierInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.<init>:()V
            astore 4 /* nameIdentifier */
        start local 4 // com.microsoft.azure.management.appservice.implementation.NameIdentifierInner nameIdentifier
         9: .line 2013
            aload 4 /* nameIdentifier */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.NameIdentifierInner.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
            pop
        10: .line 2014
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* nameIdentifier */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.resendRequestEmails:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;Ljava/lang/String;)Lrx/Observable;
        11: .line 2015
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$68
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$68.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 2014
            areturn
        end local 4 // com.microsoft.azure.management.appservice.implementation.NameIdentifierInner nameIdentifier
        end local 3 // java.lang.String name
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   13     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   13     1     resourceGroupName  Ljava/lang/String;
            0   13     2  certificateOrderName  Ljava/lang/String;
            0   13     3                  name  Ljava/lang/String;
            9   13     4        nameIdentifier  Lcom/microsoft/azure/management/appservice/implementation/NameIdentifierInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      name                  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> resendRequestEmailsDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 2029
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 2030
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$69
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$69.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$69.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2031
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2032
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2029
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.appservice.implementation.SiteSealInner> retrieveSiteSealAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.SiteSealRequest, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.appservice.implementation.SiteSealInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SiteSealRequest;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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.SiteSealRequest siteSealRequest
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2063
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* siteSealRequest */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.retrieveSiteSealWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SiteSealRequest;)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.SiteSealRequest siteSealRequest
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3       siteSealRequest  Lcom/microsoft/azure/management/appservice/SiteSealRequest;
            0    1     4       serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteSealInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SiteSealRequest;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/appservice/implementation/SiteSealInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/appservice/implementation/SiteSealInner;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      siteSealRequest       
      serviceCallback       final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteSealInner> retrieveSiteSealAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.SiteSealRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SiteSealRequest;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.SiteSealRequest siteSealRequest
         0: .line 2077
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 3 /* siteSealRequest */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.retrieveSiteSealWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SiteSealRequest;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$70
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$70.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.SiteSealRequest siteSealRequest
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  Ljava/lang/String;
            0    1     3       siteSealRequest  Lcom/microsoft/azure/management/appservice/SiteSealRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SiteSealRequest;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteSealInner;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      siteSealRequest       

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.SiteSealInner>> retrieveSiteSealWithServiceResponseAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.SiteSealRequest);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SiteSealRequest;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.azure.management.appservice.SiteSealRequest siteSealRequest
         0: .line 2096
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2097
            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 2099
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 2100
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2103
            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 2105
      StackMap locals:
      StackMap stack:
            aload 3 /* siteSealRequest */
            ifnonnull 8
         7: .line 2106
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter siteSealRequest is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 2109
            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 2111
      StackMap locals:
      StackMap stack:
            aload 3 /* siteSealRequest */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        11: .line 2112
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 3 /* siteSealRequest */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.retrieveSiteSeal:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SiteSealRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        12: .line 2113
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$71
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$71.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 2112
            areturn
        end local 3 // com.microsoft.azure.management.appservice.SiteSealRequest siteSealRequest
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   14     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   14     1     resourceGroupName  Ljava/lang/String;
            0   14     2  certificateOrderName  Ljava/lang/String;
            0   14     3       siteSealRequest  Lcom/microsoft/azure/management/appservice/SiteSealRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SiteSealRequest;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/appservice/implementation/SiteSealInner;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  
      siteSealRequest       

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.SiteSealInner> retrieveSiteSealDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 2127
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 2128
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$72
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$72.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$72.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2129
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2130
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2127
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/SiteSealInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void verifyDomainOwnership(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 2144
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.verifyDomainOwnershipWithServiceResponseAsync:(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 2145
            return
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    2     1     resourceGroupName  Ljava/lang/String;
            0    2     2  certificateOrderName  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> verifyDomainOwnershipAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 2158
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.verifyDomainOwnershipWithServiceResponseAsync:(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 certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1     resourceGroupName  Ljava/lang/String;
            0    1     2  certificateOrderName  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     
      certificateOrderName  
      serviceCallback       final

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> verifyDomainOwnershipWithServiceResponseAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String certificateOrderName
         0: .line 2189
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2190
            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 2192
      StackMap locals:
      StackMap stack:
            aload 2 /* certificateOrderName */
            ifnonnull 4
         3: .line 2193
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter certificateOrderName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2196
            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 2198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2199
            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 2201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* certificateOrderName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.verifyDomainOwnership:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2202
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$74
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$74.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2201
            areturn
        end local 2 // java.lang.String certificateOrderName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0   11     1     resourceGroupName  Ljava/lang/String;
            0   11     2  certificateOrderName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                      Name  Flags
      resourceGroupName     
      certificateOrderName  

  private com.microsoft.rest.ServiceResponse<java.lang.Void> verifyDomainOwnershipDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 2216
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 2217
            sipush 204
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$75
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$75.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$75.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2218
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2219
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2216
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateOrderActionInner>> retrieveCertificateActionsAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateOrderActionInner>>);
    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.AppServiceCertificateOrdersInner 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 2248
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.retrieveCertificateActionsWithServiceResponseAsync:(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.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateOrderActionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateOrderActionInner;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateOrderActionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      serviceCallback    final

  public rx.Observable<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateOrderActionInner>> retrieveCertificateActionsAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2261
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.retrieveCertificateActionsWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$76
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$76.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)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.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateOrderActionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateOrderActionInner>>> retrieveCertificateActionsWithServiceResponseAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2279
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2280
            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 2282
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2283
            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 2285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2286
            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 2288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2289
            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 2291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.retrieveCertificateActions:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2292
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$77
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$77.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2291
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateOrderActionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateOrderActionInner>> retrieveCertificateActionsDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 2306
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 2307
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$78
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$78.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$78.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2308
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2309
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2306
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateOrderActionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

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

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateEmailInner>> retrieveCertificateEmailHistoryAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateEmailInner>>);
    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.AppServiceCertificateOrdersInner 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 2338
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.retrieveCertificateEmailHistoryWithServiceResponseAsync:(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.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
            0    1     3    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateEmailInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateEmailInner;>;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateEmailInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               
      serviceCallback    final

  public rx.Observable<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateEmailInner>> retrieveCertificateEmailHistoryAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2351
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.retrieveCertificateEmailHistoryWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$79
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$79.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)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.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2               name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateEmailInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateEmailInner>>> retrieveCertificateEmailHistoryWithServiceResponseAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String name
         0: .line 2369
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 2370
            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 2372
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnonnull 4
         3: .line 2373
            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 2375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 2376
            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 2378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.client:Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 2379
            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 2381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 1 /* resourceGroupName */
            aload 2 /* name */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.retrieveCertificateEmailHistory:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 2382
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$80
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$80.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 2381
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateEmailInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      name               

  private com.microsoft.rest.ServiceResponse<java.util.List<com.microsoft.azure.management.appservice.implementation.CertificateEmailInner>> retrieveCertificateEmailHistoryDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 2396
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 2397
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$81
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$81.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$81.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2398
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2399
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2396
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CertificateEmailInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner> 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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2413
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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 2414
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$82
            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.AppServiceCertificateOrdersInner$82.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;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.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>>> 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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2493
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2494
            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 2496
      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 2497
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2498
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$86
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$86.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2497
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>> 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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 2512
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 2513
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$87
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$87.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$87.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2514
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2515
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2512
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner> 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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2529
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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 2530
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$88
            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.AppServiceCertificateOrdersInner$88.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;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.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

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

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>>> 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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2609
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2610
            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 2612
      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 2613
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.listByResourceGroupNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2614
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$92
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$92.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2613
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner>> 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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 2628
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 2629
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$93
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$93.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$93.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2630
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2631
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2628
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateOrderInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> listCertificatesNext(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2645
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.listCertificatesNextSinglePageAsync:(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 2646
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$94
            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.AppServiceCertificateOrdersInner$94.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;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.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateResourceInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>> listCertificatesNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>);
    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.AppServiceCertificateOrdersInner 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 2666
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.listCertificatesNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 2667
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$95
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$95.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
         2: .line 2673
            aload 3 /* serviceCallback */
         3: .line 2665
            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.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

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

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

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>>> listCertificatesNextSinglePageAsync(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.AppServiceCertificateOrdersInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 2725
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 2726
            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 2728
      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 2729
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.service:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService.listCertificatesNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 2730
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$98
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$98.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 2729
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateResourceInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.appservice.implementation.PageImpl<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>> listCertificatesNextDelegate(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.AppServiceCertificateOrdersInner this
        start local 1 // retrofit2.Response response
         0: .line 2744
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.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.AppServiceCertificateOrdersInner.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 2745
            sipush 200
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$99
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$99.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$99.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 2746
            ldc Lcom/microsoft/azure/management/appservice/DefaultErrorResponseException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 2747
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 2744
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
            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/AppServiceCertificateResourceInner;>;>;
    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.AppServiceCertificateOrdersInner.getByResourceGroup:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
            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/AppServiceCertificateOrderInner;>;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/AppServiceCertificateOrderInner;>;
SourceFile: "AppServiceCertificateOrdersInner.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$1  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$10  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$11  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$12  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$13  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$14  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$15  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$16  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$17  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$18  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$19  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$2  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$20  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$21  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$22  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$23  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$24  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$25  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$26  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$27  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$28  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$29  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$3  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$30  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$31  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$32  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$33  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$34  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$35  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$36  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$37  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$38  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$39  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$4  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$40  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$41  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$42  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$43  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$44  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$45  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$46  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$47  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$48  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$49  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$5  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$50  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$51  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$52  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$53  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$54  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$55  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$56  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$57  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$58  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$59  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$6  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$60  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$61  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$62  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$63  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$64  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$65  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$66  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$67  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$68  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$69  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$7  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$70  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$71  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$72  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$73  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$74  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$75  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$76  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$77  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$78  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$79  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$8  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$80  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$81  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$82  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$83  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$84  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$85  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$86  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$87  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$88  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$89  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$9  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$90  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$91  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$92  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$93  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$94  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$95  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$96  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$97  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$98  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$99  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$1
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$10
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$11
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$12
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$13
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$14
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$15
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$16
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$17
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$18
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$19
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$2
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$20
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$21
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$22
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$23
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$24
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$25
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$26
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$27
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$28
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$29
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$3
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$30
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$31
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$32
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$33
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$34
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$35
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$36
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$37
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$38
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$39
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$4
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$40
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$41
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$42
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$43
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$44
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$45
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$46
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$47
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$48
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$49
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$5
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$50
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$51
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$52
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$53
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$54
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$55
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$56
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$57
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$58
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$59
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$6
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$60
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$61
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$62
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$63
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$64
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$65
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$66
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$67
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$68
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$69
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$7
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$70
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$71
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$72
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$73
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$74
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$75
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$76
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$77
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$78
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$79
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$8
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$80
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$81
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$82
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$83
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$84
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$85
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$86
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$87
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$88
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$89
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$9
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$90
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$91
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$92
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$93
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$94
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$95
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$96
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$97
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$98
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$99
  abstract AppServiceCertificateOrdersService = com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner$AppServiceCertificateOrdersService of com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder