class com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl extends com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl<com.microsoft.azure.management.appservice.FunctionDeploymentSlot, com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl, com.microsoft.azure.management.appservice.implementation.FunctionAppImpl, com.microsoft.azure.management.appservice.FunctionDeploymentSlot$DefinitionStages$WithCreate, com.microsoft.azure.management.appservice.DeploymentSlotBase<com.microsoft.azure.management.appservice.FunctionDeploymentSlot>> implements com.microsoft.azure.management.appservice.FunctionDeploymentSlot, com.microsoft.azure.management.appservice.FunctionDeploymentSlot$Definition, com.microsoft.azure.management.appservice.DeploymentSlotBase$Update<com.microsoft.azure.management.appservice.FunctionDeploymentSlot>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl
  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.FunctionAppImpl);
    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/FunctionAppImpl;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl 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.FunctionAppImpl parent
         0: .line 42
            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 43
            return
        end local 5 // com.microsoft.azure.management.appservice.implementation.FunctionAppImpl 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.FunctionDeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            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/FunctionAppImpl;
    MethodParameters:
             Name  Flags
      name         
      innerObject  
      siteConfig   
      logConfig    
      parent       

  public com.microsoft.azure.management.appservice.FunctionDeploymentSlot$DefinitionStages$WithCreate withConfigurationFromParent();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot$DefinitionStages$WithCreate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl this
         0: .line 47
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            checkcast com.microsoft.azure.management.appservice.FunctionApp
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.withConfigurationFromFunctionApp:(Lcom/microsoft/azure/management/appservice/FunctionApp;)Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot$DefinitionStages$WithCreate;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;

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

  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.FunctionDeploymentSlotImpl this
        start local 1 // java.io.File zipFile
         0: .line 59
            aload 0 /* this */
            aload 1 /* zipFile */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.zipDeployAsync:(Ljava/io/File;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 60
            return
        end local 1 // java.io.File zipFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            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.FunctionDeploymentSlotImpl this
        start local 1 // java.io.InputStream zipFile
         0: .line 64
            aload 0 /* this */
            aload 1 /* zipFile */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.zipDeployAsync:(Ljava/io/InputStream;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 65
            return
        end local 1 // java.io.InputStream zipFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            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.FunctionDeploymentSlotImpl this
        start local 1 // java.io.InputStream zipFile
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.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;
            areturn
        end local 1 // java.io.InputStream zipFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            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.FunctionDeploymentSlotImpl this
        start local 1 // java.io.File zipFile
         0: .line 75
            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 76
            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.FunctionDeploymentSlotImpl.zipDeployAsync:(Ljava/io/InputStream;)Lrx/Completable;
            new com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl$1
            dup
            aload 0 /* this */
            aload 2 /* is */
            invokespecial com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;Ljava/io/InputStream;)V
            invokevirtual rx.Completable.doAfterTerminate:(Lrx/functions/Action0;)Lrx/Completable;
         2: areturn
        end local 2 // java.io.InputStream is
         3: .line 86
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 87
            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.FunctionDeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            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  

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteInner> submitSite(com.microsoft.azure.management.appservice.implementation.SiteInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner site
         0: .line 93
            aload 0 /* this */
            aload 1 /* site */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.submitSiteWithoutSiteConfig:(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.FunctionDeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            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  final

  rx.Observable<com.microsoft.azure.management.appservice.implementation.SiteInner> submitSite(com.microsoft.azure.management.appservice.SitePatchResource);
    descriptor: (Lcom/microsoft/azure/management/appservice/SitePatchResource;)Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl this
        start local 1 // com.microsoft.azure.management.appservice.SitePatchResource siteUpdate
         0: .line 99
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.submitSiteWithoutSiteConfig:(Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.SitePatchResource siteUpdate
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            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  final

  public com.microsoft.azure.management.appservice.FunctionDeploymentSlot$DefinitionStages$WithCreate withConfigurationFromDeploymentSlot(com.microsoft.azure.management.appservice.FunctionDeploymentSlot);
    descriptor: (Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;)Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot$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.FunctionDeploymentSlotImpl.withConfigurationFromDeploymentSlot:(Lcom/microsoft/azure/management/appservice/WebAppBase;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            checkcast com.microsoft.azure.management.appservice.FunctionDeploymentSlot$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.FunctionDeploymentSlotImpl.parent:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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