abstract class com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl<FluentT extends com.microsoft.azure.management.appservice.WebAppBase, FluentImplT extends com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl<FluentT, FluentImplT, ParentImplT, FluentWithCreateT, FluentUpdateT>, ParentImplT extends com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl<?, ?, ?, ?>, FluentWithCreateT, FluentUpdateT> extends com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl<FluentT, FluentImplT> implements com.microsoft.azure.management.appservice.DeploymentSlotBase<FluentT>, com.microsoft.azure.management.appservice.DeploymentSlotBase$Update<FluentT>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
  super_class: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
{
  private final ParentImplT parent;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TParentImplT;

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  com.microsoft.azure.management.appservice.WebAppBase configurationSource;
    descriptor: Lcom/microsoft/azure/management/appservice/WebAppBase;
    flags: (0x0000) 

  private static final java.lang.String SETTING_FUNCTIONS_WORKER_RUNTIME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "FUNCTIONS_WORKER_RUNTIME"

  private static final java.lang.String SETTING_FUNCTIONS_EXTENSION_VERSION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "FUNCTIONS_EXTENSION_VERSION"

  protected static final java.lang.String SETTING_DOCKER_IMAGE;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "DOCKER_CUSTOM_IMAGE_NAME"

  protected static final java.lang.String SETTING_REGISTRY_SERVER;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "DOCKER_REGISTRY_SERVER_URL"

  protected static final java.lang.String SETTING_REGISTRY_USERNAME;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "DOCKER_REGISTRY_SERVER_USERNAME"

  protected static final java.lang.String SETTING_REGISTRY_PASSWORD;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "DOCKER_REGISTRY_SERVER_PASSWORD"

  void <init>(java.lang.String, com.microsoft.azure.management.appservice.implementation.SiteInner, com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner, com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner, );
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.appservice.implementation.SiteInner innerObject
        start local 3 // com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner siteConfig
        start local 4 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner logConfig
        start local 5 // com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl parent
         0: .line 63
            aload 0 /* this */
            aload 1 /* name */
            ldc ".*/"
            ldc ""
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            aload 2 /* innerObject */
            aload 3 /* siteConfig */
            aload 4 /* logConfig */
            aload 5 /* parent */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
         1: .line 64
            aload 0 /* this */
            aload 1 /* name */
            ldc ".*/"
            ldc ""
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:Ljava/lang/String;
         2: .line 65
            aload 0 /* this */
            aload 5 /* parent */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
         3: .line 66
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            aload 5 /* parent */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.appServicePlanId:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.withServerFarmId:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
            pop
         4: .line 67
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.regionName:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.withLocation:(Ljava/lang/String;)Lcom/microsoft/azure/Resource;
            pop
         5: .line 68
            return
        end local 5 // com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl parent
        end local 4 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner logConfig
        end local 3 // com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner siteConfig
        end local 2 // com.microsoft.azure.management.appservice.implementation.SiteInner innerObject
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    6     1         name  Ljava/lang/String;
            0    6     2  innerObject  Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
            0    6     3   siteConfig  Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            0    6     4    logConfig  Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
            0    6     5       parent  TParentImplT;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;TParentImplT;)V
    MethodParameters:
             Name  Flags
      name         
      innerObject  
      siteConfig   
      logConfig    
      parent       final

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 72
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.HostNameBinding> getHostNameBindings();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 77
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.getHostNameBindingsAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast java.util.Map
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/HostNameBinding;>;

  public rx.Observable<java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.HostNameBinding>> getHostNameBindingsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 83
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.listHostNameBindingsSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 84
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 90
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 95
            invokevirtual rx.Observable.toList:()Lrx/Observable;
         4: .line 96
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 83
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/HostNameBinding;>;>;

  public com.microsoft.azure.management.appservice.PublishingProfile getPublishingProfile();
    descriptor: ()Lcom/microsoft/azure/management/appservice/PublishingProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 111
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.getPublishingProfileAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.PublishingProfile
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public rx.Observable<com.microsoft.azure.management.appservice.PublishingProfile> getPublishingProfileAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 115
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            new com.microsoft.azure.management.appservice.CsmPublishingProfileOptions
            dup
            invokespecial com.microsoft.azure.management.appservice.CsmPublishingProfileOptions.<init>:()V
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.listPublishingProfileXmlWithSecretsSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/CsmPublishingProfileOptions;)Lrx/Observable;
         1: .line 116
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 115
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/PublishingProfile;>;

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 131
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.startAsync:()Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.subscribe:()V
         1: .line 132
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public rx.Completable startAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 136
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.startSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 137
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 142
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         3: .line 136
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 147
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.stopAsync:()Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.subscribe:()V
         1: .line 148
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public rx.Completable stopAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 152
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.stopSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 153
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 158
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         3: .line 152
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public void restart();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 163
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.restartAsync:()Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.subscribe:()V
         1: .line 164
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public rx.Completable restartAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 168
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.restartSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 169
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 174
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         3: .line 168
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public FluentImplT withBrandNewConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 179
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
         1: .line 180
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()TFluentImplT;

  public FluentImplT withConfigurationFromDeploymentSlot();
    descriptor: (Lcom/microsoft/azure/management/appservice/WebAppBase;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.WebAppBase slot
         0: .line 185
            aload 0 /* this */
            aload 1 /* slot */
            checkcast com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
         1: .line 186
            aload 0 /* this */
            aload 1 /* slot */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.configurationSource:Lcom/microsoft/azure/management/appservice/WebAppBase;
         2: .line 187
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.WebAppBase slot
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    3     1  slot  TFluentT;
    Signature: (TFluentT;)TFluentImplT;
    MethodParameters:
      Name  Flags
      slot  

  rx.Observable<com.microsoft.azure.management.resources.fluentcore.model.Indexable> submitAppSettings();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 191
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.configurationSource:Lcom/microsoft/azure/management/appservice/WebAppBase;
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;

  rx.Observable<com.microsoft.azure.management.resources.fluentcore.model.Indexable> submitConnectionStrings();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 215
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.configurationSource:Lcom/microsoft/azure/management/appservice/WebAppBase;
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;

  public ParentImplT parent();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 240
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()TParentImplT;

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteInner> createOrUpdateInner(com.microsoft.azure.management.appservice.implementation.SiteInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner site
         0: .line 245
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* site */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.createOrUpdateSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner site
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  site  Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
      Name  Flags
      site  

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteInner> updateInner(com.microsoft.azure.management.appservice.SitePatchResource);
    descriptor: (Lcom/microsoft/azure/management/appservice/SitePatchResource;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.SitePatchResource siteUpdate
         0: .line 250
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* siteUpdate */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.updateSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/SitePatchResource;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.SitePatchResource siteUpdate
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  siteUpdate  Lcom/microsoft/azure/management/appservice/SitePatchResource;
    Signature: (Lcom/microsoft/azure/management/appservice/SitePatchResource;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    MethodParameters:
            Name  Flags
      siteUpdate  

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteInner> getInner();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 255
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner> getConfigInner();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 260
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getConfigurationSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;>;

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner> createOrUpdateSiteConfig(com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner siteConfig
         0: .line 265
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* siteConfig */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.createOrUpdateConfigurationSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner siteConfig
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  siteConfig  Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;>;
    MethodParameters:
            Name  Flags
      siteConfig  

  rx.Observable<java.lang.Void> deleteHostNameBinding(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String hostname
         0: .line 270
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* hostname */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.deleteHostNameBindingSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String hostname
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  hostname  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      hostname  

  rx.Observable<com.microsoft.azure.management.appservice.implementation.StringDictionaryInner> listAppSettings();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 275
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.listApplicationSettingsSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;>;

  rx.Observable<com.microsoft.azure.management.appservice.implementation.StringDictionaryInner> updateAppSettings(com.microsoft.azure.management.appservice.implementation.StringDictionaryInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.StringDictionaryInner inner
         0: .line 280
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.updateApplicationSettingsSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.StringDictionaryInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  inner  Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;>;
    MethodParameters:
       Name  Flags
      inner  

  rx.Observable<com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner> listConnectionStrings();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 285
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.listConnectionStringsSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;>;

  rx.Observable<com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner> updateConnectionStrings(com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner inner
         0: .line 290
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.updateConnectionStringsSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  inner  Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;>;
    MethodParameters:
       Name  Flags
      inner  

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner> listSlotConfigurations();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 295
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.listSlotConfigurationNamesAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;>;

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner> updateSlotConfigurations(com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner inner
         0: .line 300
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.updateSlotConfigurationNamesAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  inner  Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;>;
    MethodParameters:
       Name  Flags
      inner  

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner> createOrUpdateSourceControl(com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner inner
         0: .line 305
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.createOrUpdateSourceControlSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  inner  Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;>;
    MethodParameters:
       Name  Flags
      inner  

  public void swap(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String slotName
         0: .line 310
            aload 0 /* this */
            aload 1 /* slotName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.swapAsync:(Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.subscribe:()V
         1: .line 311
            return
        end local 1 // java.lang.String slotName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    2     1  slotName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      slotName  

  public rx.Completable swapAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String slotName
         0: .line 315
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            new com.microsoft.azure.management.appservice.CsmSlotEntity
            dup
            invokespecial com.microsoft.azure.management.appservice.CsmSlotEntity.<init>:()V
            aload 1 /* slotName */
            invokevirtual com.microsoft.azure.management.appservice.CsmSlotEntity.withTargetSlot:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/CsmSlotEntity;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.swapSlotSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/CsmSlotEntity;)Lrx/Observable;
         1: .line 316
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$10.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 321
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         3: .line 315
            areturn
        end local 1 // java.lang.String slotName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    4     1  slotName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      slotName  

  public void applySlotConfigurations(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String slotName
         0: .line 326
            aload 0 /* this */
            aload 1 /* slotName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.applySlotConfigurationsAsync:(Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.subscribe:()V
         1: .line 327
            return
        end local 1 // java.lang.String slotName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    2     1  slotName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      slotName  

  public rx.Completable applySlotConfigurationsAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String slotName
         0: .line 331
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            new com.microsoft.azure.management.appservice.CsmSlotEntity
            dup
            invokespecial com.microsoft.azure.management.appservice.CsmSlotEntity.<init>:()V
            aload 1 /* slotName */
            invokevirtual com.microsoft.azure.management.appservice.CsmSlotEntity.withTargetSlot:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/CsmSlotEntity;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.applySlotConfigurationSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/CsmSlotEntity;)Lrx/Observable;
         1: .line 332
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$11.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 337
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         3: .line 331
            areturn
        end local 1 // java.lang.String slotName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    4     1  slotName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      slotName  

  public void resetSlotConfigurations();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 342
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resetSlotConfigurationsAsync:()Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.subscribe:()V
         1: .line 343
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public rx.Completable resetSlotConfigurationsAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 347
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.resetSlotConfigurationSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 348
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$12.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 353
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         3: .line 347
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  rx.Observable<java.lang.Void> deleteSourceControl();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 358
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.deleteSourceControlSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$13.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Ljava/lang/Void;>;

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner> updateAuthentication(com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner inner
         0: .line 368
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.updateAuthSettingsSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  inner  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;>;
    MethodParameters:
       Name  Flags
      inner  

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner> getAuthentication();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 373
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getAuthSettingsSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;>;

  rx.Observable<com.microsoft.azure.management.appservice.implementation.MSDeployStatusInner> createMSDeploy(com.microsoft.azure.management.appservice.MSDeploy);
    descriptor: (Lcom/microsoft/azure/management/appservice/MSDeploy;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.MSDeploy msDeployInner
         0: .line 378
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
         1: .line 379
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 1 /* msDeployInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.createMSDeployOperationAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/MSDeploy;)Lrx/Observable;
         2: .line 378
            areturn
        end local 1 // com.microsoft.azure.management.appservice.MSDeploy msDeployInner
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    3     1  msDeployInner  Lcom/microsoft/azure/management/appservice/MSDeploy;
    Signature: (Lcom/microsoft/azure/management/appservice/MSDeploy;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/MSDeployStatusInner;>;
    MethodParameters:
               Name  Flags
      msDeployInner  

  public com.microsoft.azure.management.appservice.WebAppSourceControl getSourceControl();
    descriptor: ()Lcom/microsoft/azure/management/appservice/WebAppSourceControl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 384
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.getSourceControlAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.WebAppSourceControl
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public rx.Observable<com.microsoft.azure.management.appservice.WebAppSourceControl> getSourceControlAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 389
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getSourceControlSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 390
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$14.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 389
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/WebAppSourceControl;>;

  public byte[] getContainerLogs();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 400
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.getContainerLogsAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public rx.Observable<byte[]> getContainerLogsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 405
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getWebSiteContainerLogsSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 406
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$15.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 405
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<[B>;

  public byte[] getContainerLogsZip();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 420
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.getContainerLogsZipAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public rx.Observable<byte[]> getContainerLogsZipAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 425
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getContainerLogsZipSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 426
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$16.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 425
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()Lrx/Observable<[B>;

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner> updateDiagnosticLogsConfig(com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner siteLogsConfigInner
         0: .line 440
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* siteLogsConfigInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.updateDiagnosticLogsConfigSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner siteLogsConfigInner
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  siteLogsConfigInner  Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;>;
    MethodParameters:
                     Name  Flags
      siteLogsConfigInner  

  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.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String certificateOrderName
        start local 2 // java.lang.String domainVerificationToken
         0: .line 445
            aload 0 /* this */
            aload 1 /* certificateOrderName */
            aload 2 /* domainVerificationToken */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.verifyDomainOwnershipAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.subscribe:()V
         1: .line 446
            return
        end local 2 // java.lang.String domainVerificationToken
        end local 1 // java.lang.String certificateOrderName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    2     1     certificateOrderName  Ljava/lang/String;
            0    2     2  domainVerificationToken  Ljava/lang/String;
    MethodParameters:
                         Name  Flags
      certificateOrderName     
      domainVerificationToken  

  public rx.Completable verifyDomainOwnershipAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String certificateOrderName
        start local 2 // java.lang.String domainVerificationToken
         0: .line 450
            new com.microsoft.azure.management.appservice.implementation.IdentifierInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.IdentifierInner.<init>:()V
            aload 2 /* domainVerificationToken */
            invokevirtual com.microsoft.azure.management.appservice.implementation.IdentifierInner.withValue:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/IdentifierInner;
            astore 3 /* identifierInner */
        start local 3 // com.microsoft.azure.management.appservice.implementation.IdentifierInner identifierInner
         1: .line 451
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            aload 1 /* certificateOrderName */
            aload 3 /* identifierInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.createOrUpdateDomainOwnershipIdentifierSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/IdentifierInner;)Lrx/Observable;
         2: .line 452
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$17.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 457
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         4: .line 451
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.IdentifierInner identifierInner
        end local 2 // java.lang.String domainVerificationToken
        end local 1 // java.lang.String certificateOrderName
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    5     0                     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    5     1     certificateOrderName  Ljava/lang/String;
            0    5     2  domainVerificationToken  Ljava/lang/String;
            1    5     3          identifierInner  Lcom/microsoft/azure/management/appservice/implementation/IdentifierInner;
    MethodParameters:
                         Name  Flags
      certificateOrderName     
      domainVerificationToken  

  public FluentImplT withRuntime(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String runtime
         0: .line 462
            aload 0 /* this */
            ldc "FUNCTIONS_WORKER_RUNTIME"
            aload 1 /* runtime */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withAppSetting:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            checkcast com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
            areturn
        end local 1 // java.lang.String runtime
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  runtime  Ljava/lang/String;
    Signature: (Ljava/lang/String;)TFluentImplT;
    MethodParameters:
         Name  Flags
      runtime  

  public FluentImplT withRuntimeVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String version
         0: .line 467
            aload 0 /* this */
            ldc "FUNCTIONS_EXTENSION_VERSION"
            aload 1 /* version */
            ldc "~"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 1
            aload 1 /* version */
            goto 2
      StackMap locals: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl java.lang.String
      StackMap stack: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl java.lang.String
         1: new java.lang.StringBuilder
            dup
            ldc "~"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* version */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl java.lang.String
      StackMap stack: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl java.lang.String java.lang.String
         2: invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withAppSetting:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            checkcast com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
            areturn
        end local 1 // java.lang.String version
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    3     1  version  Ljava/lang/String;
    Signature: (Ljava/lang/String;)TFluentImplT;
    MethodParameters:
         Name  Flags
      version  

  public FluentImplT withLatestRuntimeVersion();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 472
            aload 0 /* this */
            ldc "latest"
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withRuntimeVersion:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
    Signature: ()TFluentImplT;

  public FluentImplT withPublicDockerHubImage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String imageAndTag
         0: .line 477
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.cleanUpContainerSettings:()V
         1: .line 478
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            ifnonnull 3
         2: .line 479
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner.<init>:()V
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
         3: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            ldc "DOCKER|%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* imageAndTag */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner.withLinuxFxVersion:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            pop
         4: .line 482
            aload 0 /* this */
            ldc "DOCKER_CUSTOM_IMAGE_NAME"
            aload 1 /* imageAndTag */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withAppSetting:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            checkcast com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
            areturn
        end local 1 // java.lang.String imageAndTag
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    5     1  imageAndTag  Ljava/lang/String;
    Signature: (Ljava/lang/String;)TFluentImplT;
    MethodParameters:
             Name  Flags
      imageAndTag  

  public FluentImplT withPrivateDockerHubImage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String imageAndTag
         0: .line 487
            aload 0 /* this */
            aload 1 /* imageAndTag */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withPublicDockerHubImage:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            areturn
        end local 1 // java.lang.String imageAndTag
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    1     1  imageAndTag  Ljava/lang/String;
    Signature: (Ljava/lang/String;)TFluentImplT;
    MethodParameters:
             Name  Flags
      imageAndTag  

  public FluentImplT withPrivateRegistryImage(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String imageAndTag
        start local 2 // java.lang.String serverUrl
         0: .line 492
            aload 1 /* imageAndTag */
            aload 2 /* serverUrl */
            invokestatic com.microsoft.azure.management.appservice.implementation.Utils.smartCompletionPrivateRegistryImage:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* imageAndTag */
         1: .line 494
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.cleanUpContainerSettings:()V
         2: .line 495
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            ifnonnull 4
         3: .line 496
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner.<init>:()V
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
         4: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            ldc "DOCKER|%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* imageAndTag */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner.withLinuxFxVersion:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            pop
         5: .line 499
            aload 0 /* this */
            ldc "DOCKER_CUSTOM_IMAGE_NAME"
            aload 1 /* imageAndTag */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withAppSetting:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
         6: .line 500
            aload 0 /* this */
            ldc "DOCKER_REGISTRY_SERVER_URL"
            aload 2 /* serverUrl */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withAppSetting:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            checkcast com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
            areturn
        end local 2 // java.lang.String serverUrl
        end local 1 // java.lang.String imageAndTag
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    7     1  imageAndTag  Ljava/lang/String;
            0    7     2    serverUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)TFluentImplT;
    MethodParameters:
             Name  Flags
      imageAndTag  
      serverUrl    

  public FluentImplT withCredentials(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String password
         0: .line 505
            aload 0 /* this */
            ldc "DOCKER_REGISTRY_SERVER_USERNAME"
            aload 1 /* username */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withAppSetting:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
         1: .line 506
            aload 0 /* this */
            ldc "DOCKER_REGISTRY_SERVER_PASSWORD"
            aload 2 /* password */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withAppSetting:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            checkcast com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
            areturn
        end local 2 // java.lang.String password
        end local 1 // java.lang.String username
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;
            0    2     1  username  Ljava/lang/String;
            0    2     2  password  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)TFluentImplT;
    MethodParameters:
          Name  Flags
      username  
      password  

  protected void cleanUpContainerSettings();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
         0: .line 510
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            ifnull 2
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner.linuxFxVersion:()Ljava/lang/String;
            ifnull 2
         1: .line 511
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            aconst_null
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner.withLinuxFxVersion:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            pop
         2: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "DOCKER_CUSTOM_IMAGE_NAME"
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withoutAppSetting:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
         3: .line 515
            aload 0 /* this */
            ldc "DOCKER_REGISTRY_SERVER_URL"
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withoutAppSetting:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
         4: .line 516
            aload 0 /* this */
            ldc "DOCKER_REGISTRY_SERVER_USERNAME"
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withoutAppSetting:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
         5: .line 517
            aload 0 /* this */
            ldc "DOCKER_REGISTRY_SERVER_PASSWORD"
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withoutAppSetting:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
         6: .line 518
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;

  public com.microsoft.azure.management.appservice.DeploymentSlotBase$Update withLatestRuntimeVersion();
    descriptor: ()Lcom/microsoft/azure/management/appservice/DeploymentSlotBase$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withLatestRuntimeVersion:()Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.DeploymentSlotBase$Update withRuntimeVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/DeploymentSlotBase$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withRuntimeVersion:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.DeploymentSlotBase$Update withPublicDockerHubImage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/DeploymentSlotBase$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withPublicDockerHubImage:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.DeploymentSlotBase$Update withCredentials(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/DeploymentSlotBase$Update;
    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.DeploymentSlotBaseImpl.withCredentials:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.DeploymentSlotBase$UpdateStages$WithCredentials withPrivateRegistryImage(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/DeploymentSlotBase$UpdateStages$WithCredentials;
    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.DeploymentSlotBaseImpl.withPrivateRegistryImage:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object update();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.update:()Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.DeploymentSlotBase$Update withRuntime(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/DeploymentSlotBase$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withRuntime:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.DeploymentSlotBase$UpdateStages$WithCredentials withPrivateDockerHubImage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/DeploymentSlotBase$UpdateStages$WithCredentials;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withPrivateDockerHubImage:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static rx.Observable access$8(com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)Lrx/Observable;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.submitAppSettings:()Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static rx.Observable access$9(com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)Lrx/Observable;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.submitConnectionStrings:()Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <FluentT::Lcom/microsoft/azure/management/appservice/WebAppBase;FluentImplT:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<TFluentT;TFluentImplT;TParentImplT;TFluentWithCreateT;TFluentUpdateT;>;ParentImplT:Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl<****>;FluentWithCreateT:Ljava/lang/Object;FluentUpdateT:Ljava/lang/Object;>Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl<TFluentT;TFluentImplT;>;Lcom/microsoft/azure/management/appservice/DeploymentSlotBase<TFluentT;>;Lcom/microsoft/azure/management/appservice/DeploymentSlotBase$Update<TFluentT;>;
SourceFile: "DeploymentSlotBaseImpl.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$1  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$10  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$11  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$12  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$13  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$14  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$15  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$16  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$17  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$2  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$5  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$6  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$7  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1
InnerClasses:
  public abstract Update = com.microsoft.azure.management.appservice.DeploymentSlotBase$Update of com.microsoft.azure.management.appservice.DeploymentSlotBase
  public abstract UpdateStages = com.microsoft.azure.management.appservice.DeploymentSlotBase$UpdateStages of com.microsoft.azure.management.appservice.DeploymentSlotBase
  public abstract WithCredentials = com.microsoft.azure.management.appservice.DeploymentSlotBase$UpdateStages$WithCredentials of com.microsoft.azure.management.appservice.DeploymentSlotBase$UpdateStages
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$1
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$10
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$11
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$12
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$13
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$14
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$15
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$16
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$17
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$2
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$5
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$6
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$7
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")