class com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl extends com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl<com.microsoft.azure.management.appservice.DeploymentSlot, com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl, com.microsoft.azure.management.appservice.implementation.WebAppImpl, com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate, com.microsoft.azure.management.appservice.DeploymentSlot$Update> implements com.microsoft.azure.management.appservice.DeploymentSlot, com.microsoft.azure.management.appservice.DeploymentSlot$Definition, com.microsoft.azure.management.appservice.DeploymentSlot$Update
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl
  super_class: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
{
  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, com.microsoft.azure.management.appservice.implementation.WebAppImpl);
    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/WebAppImpl;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl 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.WebAppImpl parent
         0: .line 41
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* innerObject */
            aload 3 /* siteConfig */
            aload 4 /* logConfig */
            aload 5 /* parent */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.<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/AppServiceBaseImpl;)V
         1: .line 42
            return
        end local 5 // com.microsoft.azure.management.appservice.implementation.WebAppImpl 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.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1         name  Ljava/lang/String;
            0    2     2  innerObject  Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
            0    2     3   siteConfig  Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            0    2     4    logConfig  Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
            0    2     5       parent  Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
    MethodParameters:
             Name  Flags
      name         
      innerObject  
      siteConfig   
      logConfig    
      parent       

  public com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl withConfigurationFromParent();
    descriptor: ()Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
         0: .line 46
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            checkcast com.microsoft.azure.management.appservice.WebApp
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.withConfigurationFromWebApp:(Lcom/microsoft/azure/management/appservice/WebApp;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;

  public com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl withConfigurationFromWebApp(com.microsoft.azure.management.appservice.WebApp);
    descriptor: (Lcom/microsoft/azure/management/appservice/WebApp;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.WebApp webApp
         0: .line 51
            aload 0 /* this */
            aload 1 /* webApp */
            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.DeploymentSlotImpl.siteConfig:Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
         1: .line 52
            aload 0 /* this */
            aload 1 /* webApp */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.configurationSource:Lcom/microsoft/azure/management/appservice/WebAppBase;
         2: .line 53
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.WebApp webApp
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    3     1  webApp  Lcom/microsoft/azure/management/appservice/WebApp;
    MethodParameters:
        Name  Flags
      webApp  

  public rx.Completable warDeployAsync(java.io.File);
    descriptor: (Ljava/io/File;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.File warFile
         0: .line 58
            aload 0 /* this */
            aload 1 /* warFile */
            aconst_null
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.warDeployAsync:(Ljava/io/File;Ljava/lang/String;)Lrx/Completable;
            areturn
        end local 1 // java.io.File warFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    1     1  warFile  Ljava/io/File;
    MethodParameters:
         Name  Flags
      warFile  

  public void warDeploy(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.File warFile
         0: .line 63
            aload 0 /* this */
            aload 1 /* warFile */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.warDeployAsync:(Ljava/io/File;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 64
            return
        end local 1 // java.io.File warFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1  warFile  Ljava/io/File;
    MethodParameters:
         Name  Flags
      warFile  

  public rx.Completable warDeployAsync(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.InputStream warFile
         0: .line 68
            aload 0 /* this */
            aload 1 /* warFile */
            aconst_null
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.warDeployAsync:(Ljava/io/InputStream;Ljava/lang/String;)Lrx/Completable;
            areturn
        end local 1 // java.io.InputStream warFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    1     1  warFile  Ljava/io/InputStream;
    MethodParameters:
         Name  Flags
      warFile  

  public void warDeploy(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.InputStream warFile
         0: .line 73
            aload 0 /* this */
            aload 1 /* warFile */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.warDeployAsync:(Ljava/io/InputStream;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 74
            return
        end local 1 // java.io.InputStream warFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1  warFile  Ljava/io/InputStream;
    MethodParameters:
         Name  Flags
      warFile  

  public rx.Completable warDeployAsync(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.File warFile
        start local 2 // java.lang.String appName
         0: .line 79
            new java.io.FileInputStream
            dup
            aload 1 /* warFile */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            astore 3 /* is */
        start local 3 // java.io.InputStream is
         1: .line 80
            aload 0 /* this */
            new java.io.FileInputStream
            dup
            aload 1 /* warFile */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            aload 2 /* appName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.warDeployAsync:(Ljava/io/InputStream;Ljava/lang/String;)Lrx/Completable;
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$1
            dup
            aload 0 /* this */
            aload 3 /* is */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;Ljava/io/InputStream;)V
            invokevirtual rx.Completable.doAfterTerminate:(Lrx/functions/Action0;)Lrx/Completable;
         2: areturn
        end local 3 // java.io.InputStream is
         3: .line 90
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
         4: .line 91
            aload 3 /* e */
            invokestatic rx.Completable.error:(Ljava/lang/Throwable;)Lrx/Completable;
            areturn
        end local 3 // java.io.IOException e
        end local 2 // java.lang.String appName
        end local 1 // java.io.File warFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    5     1  warFile  Ljava/io/File;
            0    5     2  appName  Ljava/lang/String;
            1    3     3       is  Ljava/io/InputStream;
            4    5     3        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
         Name  Flags
      warFile  
      appName  

  public void warDeploy(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;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.DeploymentSlotImpl this
        start local 1 // java.io.File warFile
        start local 2 // java.lang.String appName
         0: .line 97
            aload 0 /* this */
            aload 1 /* warFile */
            aload 2 /* appName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.warDeployAsync:(Ljava/io/File;Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 98
            return
        end local 2 // java.lang.String appName
        end local 1 // java.io.File warFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1  warFile  Ljava/io/File;
            0    2     2  appName  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      warFile  
      appName  

  public rx.Completable warDeployAsync(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.InputStream warFile
        start local 2 // java.lang.String appName
         0: .line 102
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.kuduClient:Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            aload 1 /* warFile */
            aload 2 /* appName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.warDeployAsync:(Ljava/io/InputStream;Ljava/lang/String;)Lrx/Completable;
            areturn
        end local 2 // java.lang.String appName
        end local 1 // java.io.InputStream warFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    1     1  warFile  Ljava/io/InputStream;
            0    1     2  appName  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      warFile  
      appName  

  public void warDeploy(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;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.DeploymentSlotImpl this
        start local 1 // java.io.InputStream warFile
        start local 2 // java.lang.String appName
         0: .line 107
            aload 0 /* this */
            aload 1 /* warFile */
            aload 2 /* appName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.warDeployAsync:(Ljava/io/InputStream;Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 108
            return
        end local 2 // java.lang.String appName
        end local 1 // java.io.InputStream warFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1  warFile  Ljava/io/InputStream;
            0    2     2  appName  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      warFile  
      appName  

  public void zipDeploy(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.File zipFile
         0: .line 112
            aload 0 /* this */
            aload 1 /* zipFile */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.zipDeployAsync:(Ljava/io/File;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 113
            return
        end local 1 // java.io.File zipFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1  zipFile  Ljava/io/File;
    MethodParameters:
         Name  Flags
      zipFile  

  public void zipDeploy(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.InputStream zipFile
         0: .line 117
            aload 0 /* this */
            aload 1 /* zipFile */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.zipDeployAsync:(Ljava/io/InputStream;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 118
            return
        end local 1 // java.io.InputStream zipFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1  zipFile  Ljava/io/InputStream;
    MethodParameters:
         Name  Flags
      zipFile  

  public rx.Completable zipDeployAsync(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.InputStream zipFile
         0: .line 122
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.kuduClient:Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            aload 1 /* zipFile */
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.zipDeployAsync:(Ljava/io/InputStream;)Lrx/Completable;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.stopAsync:()Lrx/Completable;
            invokevirtual rx.Completable.concatWith:(Lrx/Completable;)Lrx/Completable;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.startAsync:()Lrx/Completable;
            invokevirtual rx.Completable.concatWith:(Lrx/Completable;)Lrx/Completable;
            areturn
        end local 1 // java.io.InputStream zipFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    1     1  zipFile  Ljava/io/InputStream;
    MethodParameters:
         Name  Flags
      zipFile  

  public rx.Completable zipDeployAsync(java.io.File);
    descriptor: (Ljava/io/File;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // java.io.File zipFile
         0: .line 128
            new java.io.FileInputStream
            dup
            aload 1 /* zipFile */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            astore 2 /* is */
        start local 2 // java.io.InputStream is
         1: .line 129
            aload 0 /* this */
            new java.io.FileInputStream
            dup
            aload 1 /* zipFile */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.zipDeployAsync:(Ljava/io/InputStream;)Lrx/Completable;
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2
            dup
            aload 0 /* this */
            aload 2 /* is */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;Ljava/io/InputStream;)V
            invokevirtual rx.Completable.doAfterTerminate:(Lrx/functions/Action0;)Lrx/Completable;
         2: areturn
        end local 2 // java.io.InputStream is
         3: .line 139
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 140
            aload 2 /* e */
            invokestatic rx.Completable.error:(Ljava/lang/Throwable;)Lrx/Completable;
            areturn
        end local 2 // java.io.IOException e
        end local 1 // java.io.File zipFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    5     1  zipFile  Ljava/io/File;
            1    3     2       is  Ljava/io/InputStream;
            4    5     2        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
         Name  Flags
      zipFile  

  public void deploy(com.microsoft.azure.management.appservice.DeployType, java.io.File);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.DeployType type
        start local 2 // java.io.File file
         0: .line 147
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* file */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.deployAsync:(Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/File;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 148
            return
        end local 2 // java.io.File file
        end local 1 // com.microsoft.azure.management.appservice.DeployType type
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1  type  Lcom/microsoft/azure/management/appservice/DeployType;
            0    2     2  file  Ljava/io/File;
    MethodParameters:
      Name  Flags
      type  
      file  

  public rx.Completable deployAsync(com.microsoft.azure.management.appservice.DeployType, java.io.File);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/File;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.DeployType type
        start local 2 // java.io.File file
         0: .line 152
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* file */
            new com.microsoft.azure.management.appservice.DeployOptions
            dup
            invokespecial com.microsoft.azure.management.appservice.DeployOptions.<init>:()V
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.deployAsync:(Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/File;Lcom/microsoft/azure/management/appservice/DeployOptions;)Lrx/Completable;
            areturn
        end local 2 // java.io.File file
        end local 1 // com.microsoft.azure.management.appservice.DeployType type
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    1     1  type  Lcom/microsoft/azure/management/appservice/DeployType;
            0    1     2  file  Ljava/io/File;
    MethodParameters:
      Name  Flags
      type  
      file  

  public void deploy(com.microsoft.azure.management.appservice.DeployType, java.io.File, com.microsoft.azure.management.appservice.DeployOptions);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/File;Lcom/microsoft/azure/management/appservice/DeployOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.DeployType type
        start local 2 // java.io.File file
        start local 3 // com.microsoft.azure.management.appservice.DeployOptions deployOptions
         0: .line 157
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* file */
            aload 3 /* deployOptions */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.deployAsync:(Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/File;Lcom/microsoft/azure/management/appservice/DeployOptions;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 158
            return
        end local 3 // com.microsoft.azure.management.appservice.DeployOptions deployOptions
        end local 2 // java.io.File file
        end local 1 // com.microsoft.azure.management.appservice.DeployType type
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1           type  Lcom/microsoft/azure/management/appservice/DeployType;
            0    2     2           file  Ljava/io/File;
            0    2     3  deployOptions  Lcom/microsoft/azure/management/appservice/DeployOptions;
    MethodParameters:
               Name  Flags
      type           
      file           
      deployOptions  

  public rx.Completable deployAsync(com.microsoft.azure.management.appservice.DeployType, java.io.File, com.microsoft.azure.management.appservice.DeployOptions);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/File;Lcom/microsoft/azure/management/appservice/DeployOptions;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.DeployType type
        start local 2 // java.io.File file
        start local 3 // com.microsoft.azure.management.appservice.DeployOptions deployOptions
         0: .line 162
            aload 2 /* file */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 164
            new java.io.FileInputStream
            dup
            aload 2 /* file */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            astore 4 /* is */
        start local 4 // java.io.InputStream is
         2: .line 165
            aload 0 /* this */
            aload 1 /* type */
            new java.io.FileInputStream
            dup
            aload 2 /* file */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            aload 3 /* deployOptions */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.deployAsync:(Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;Lcom/microsoft/azure/management/appservice/DeployOptions;)Lrx/Completable;
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$3
            dup
            aload 0 /* this */
            aload 4 /* is */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;Ljava/io/InputStream;)V
            invokevirtual rx.Completable.doAfterTerminate:(Lrx/functions/Action0;)Lrx/Completable;
         3: areturn
        end local 4 // java.io.InputStream is
         4: .line 175
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
         5: .line 176
            aload 4 /* e */
            invokestatic rx.Completable.error:(Ljava/lang/Throwable;)Lrx/Completable;
            areturn
        end local 4 // java.io.IOException e
        end local 3 // com.microsoft.azure.management.appservice.DeployOptions deployOptions
        end local 2 // java.io.File file
        end local 1 // com.microsoft.azure.management.appservice.DeployType type
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    6     1           type  Lcom/microsoft/azure/management/appservice/DeployType;
            0    6     2           file  Ljava/io/File;
            0    6     3  deployOptions  Lcom/microsoft/azure/management/appservice/DeployOptions;
            2    4     4             is  Ljava/io/InputStream;
            5    6     4              e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     3       4  Class java.io.IOException
    MethodParameters:
               Name  Flags
      type           
      file           
      deployOptions  

  public void deploy(com.microsoft.azure.management.appservice.DeployType, java.io.InputStream);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.DeployType type
        start local 2 // java.io.InputStream file
         0: .line 182
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* file */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.deployAsync:(Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 183
            return
        end local 2 // java.io.InputStream file
        end local 1 // com.microsoft.azure.management.appservice.DeployType type
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1  type  Lcom/microsoft/azure/management/appservice/DeployType;
            0    2     2  file  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      type  
      file  

  public rx.Completable deployAsync(com.microsoft.azure.management.appservice.DeployType, java.io.InputStream);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.DeployType type
        start local 2 // java.io.InputStream file
         0: .line 187
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.kuduClient:Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            aload 1 /* type */
            aload 2 /* file */
            aconst_null
            aconst_null
            aconst_null
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.deployAsync:(Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;)Lrx/Completable;
            areturn
        end local 2 // java.io.InputStream file
        end local 1 // com.microsoft.azure.management.appservice.DeployType type
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    1     1  type  Lcom/microsoft/azure/management/appservice/DeployType;
            0    1     2  file  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      type  
      file  

  public void deploy(com.microsoft.azure.management.appservice.DeployType, java.io.InputStream, com.microsoft.azure.management.appservice.DeployOptions);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;Lcom/microsoft/azure/management/appservice/DeployOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.DeployType type
        start local 2 // java.io.InputStream file
        start local 3 // com.microsoft.azure.management.appservice.DeployOptions deployOptions
         0: .line 192
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* file */
            aload 3 /* deployOptions */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.deployAsync:(Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;Lcom/microsoft/azure/management/appservice/DeployOptions;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 193
            return
        end local 3 // com.microsoft.azure.management.appservice.DeployOptions deployOptions
        end local 2 // java.io.InputStream file
        end local 1 // com.microsoft.azure.management.appservice.DeployType type
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    2     1           type  Lcom/microsoft/azure/management/appservice/DeployType;
            0    2     2           file  Ljava/io/InputStream;
            0    2     3  deployOptions  Lcom/microsoft/azure/management/appservice/DeployOptions;
    MethodParameters:
               Name  Flags
      type           
      file           
      deployOptions  

  public rx.Completable deployAsync(com.microsoft.azure.management.appservice.DeployType, java.io.InputStream, com.microsoft.azure.management.appservice.DeployOptions);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;Lcom/microsoft/azure/management/appservice/DeployOptions;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.DeployType type
        start local 2 // java.io.InputStream file
        start local 3 // com.microsoft.azure.management.appservice.DeployOptions deployOptions
         0: .line 197
            aload 1 /* type */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 198
            aload 2 /* file */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 199
            aload 3 /* deployOptions */
            ifnonnull 4
         3: .line 200
            new com.microsoft.azure.management.appservice.DeployOptions
            dup
            invokespecial com.microsoft.azure.management.appservice.DeployOptions.<init>:()V
            astore 3 /* deployOptions */
         4: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.kuduClient:Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            aload 1 /* type */
            aload 2 /* file */
            aload 3 /* deployOptions */
            invokevirtual com.microsoft.azure.management.appservice.DeployOptions.path:()Ljava/lang/String;
            aload 3 /* deployOptions */
            invokevirtual com.microsoft.azure.management.appservice.DeployOptions.restartSite:()Ljava/lang/Boolean;
            aload 3 /* deployOptions */
            invokevirtual com.microsoft.azure.management.appservice.DeployOptions.cleanDeployment:()Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.deployAsync:(Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;)Lrx/Completable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.DeployOptions deployOptions
        end local 2 // java.io.InputStream file
        end local 1 // com.microsoft.azure.management.appservice.DeployType type
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            0    5     1           type  Lcom/microsoft/azure/management/appservice/DeployType;
            0    5     2           file  Ljava/io/InputStream;
            0    5     3  deployOptions  Lcom/microsoft/azure/management/appservice/DeployOptions;
    MethodParameters:
               Name  Flags
      type           
      file           
      deployOptions  

  public com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate withConfigurationFromDeploymentSlot(com.microsoft.azure.management.appservice.DeploymentSlot);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeploymentSlot;)Lcom/microsoft/azure/management/appservice/DeploymentSlot$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.appservice.WebAppBase
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.withConfigurationFromDeploymentSlot:(Lcom/microsoft/azure/management/appservice/WebAppBase;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            checkcast com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object parent();
    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.DeploymentSlotImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate withBrandNewConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/appservice/DeploymentSlot$DefinitionStages$WithCreate;
    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.DeploymentSlotImpl.withBrandNewConfiguration:()Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            checkcast com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate withConfigurationFromWebApp(com.microsoft.azure.management.appservice.WebApp);
    descriptor: (Lcom/microsoft/azure/management/appservice/WebApp;)Lcom/microsoft/azure/management/appservice/DeploymentSlot$DefinitionStages$WithCreate;
    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.DeploymentSlotImpl.withConfigurationFromWebApp:(Lcom/microsoft/azure/management/appservice/WebApp;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate withConfigurationFromParent();
    descriptor: ()Lcom/microsoft/azure/management/appservice/DeploymentSlot$DefinitionStages$WithCreate;
    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.DeploymentSlotImpl.withConfigurationFromParent:()Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl<Lcom/microsoft/azure/management/appservice/DeploymentSlot;Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;Lcom/microsoft/azure/management/appservice/DeploymentSlot$DefinitionStages$WithCreate;Lcom/microsoft/azure/management/appservice/DeploymentSlot$Update;>;Lcom/microsoft/azure/management/appservice/DeploymentSlot;Lcom/microsoft/azure/management/appservice/DeploymentSlot$Definition;Lcom/microsoft/azure/management/appservice/DeploymentSlot$Update;
SourceFile: "DeploymentSlotImpl.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$1  com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2  com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$3
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.appservice.DeploymentSlot$Definition of com.microsoft.azure.management.appservice.DeploymentSlot
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages of com.microsoft.azure.management.appservice.DeploymentSlot
  public abstract WithCreate = com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages$WithCreate of com.microsoft.azure.management.appservice.DeploymentSlot$DefinitionStages
  public abstract Update = com.microsoft.azure.management.appservice.DeploymentSlot$Update of com.microsoft.azure.management.appservice.DeploymentSlot
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$1
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$3
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")