public interface com.microsoft.azure.management.appservice.WebApp extends com.microsoft.azure.management.appservice.WebAppBase, com.microsoft.azure.management.appservice.SupportsOneDeploy, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.appservice.WebApp>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.appservice.WebApp$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.WebApp
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.DeploymentSlots deploymentSlots();
    descriptor: ()Lcom/microsoft/azure/management/appservice/DeploymentSlots;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void warDeploy(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
         Name  Flags
      warFile  

  public abstract rx.Completable warDeployAsync(java.io.File);
    descriptor: (Ljava/io/File;)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
         Name  Flags
      warFile  

  public abstract void warDeploy(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
         Name  Flags
      warFile  

  public abstract rx.Completable warDeployAsync(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
         Name  Flags
      warFile  

  public abstract void warDeploy(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
         Name  Flags
      warFile  
      appName  

  public abstract rx.Completable warDeployAsync(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
         Name  Flags
      warFile  
      appName  

  public abstract void warDeploy(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
         Name  Flags
      warFile  
      appName  

  public abstract rx.Completable warDeployAsync(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
         Name  Flags
      warFile  
      appName  
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/appservice/WebAppBase;Lcom/microsoft/azure/management/appservice/SupportsOneDeploy;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/appservice/WebApp;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/appservice/WebApp$Update;>;
SourceFile: "WebApp.java"
NestMembers:
  com.microsoft.azure.management.appservice.WebApp$Definition  com.microsoft.azure.management.appservice.WebApp$DefinitionStages  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$Blank  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$ExistingLinuxPlanWithGroup  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$ExistingWindowsPlanWithGroup  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$NewAppServicePlanWithGroup  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithCreate  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithCredentials  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithDockerContainerImage  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithNewAppServicePlan  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithStartUpCommand  com.microsoft.azure.management.appservice.WebApp$DefinitionStages$WithWindowsRuntimeStack  com.microsoft.azure.management.appservice.WebApp$Update  com.microsoft.azure.management.appservice.WebApp$UpdateStages  com.microsoft.azure.management.appservice.WebApp$UpdateStages$WithAppServicePlan  com.microsoft.azure.management.appservice.WebApp$UpdateStages$WithCredentials  com.microsoft.azure.management.appservice.WebApp$UpdateStages$WithDockerContainerImage  com.microsoft.azure.management.appservice.WebApp$UpdateStages$WithStartUpCommand  com.microsoft.azure.management.appservice.WebApp$UpdateStages$WithWindowsRuntimeStack
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract Definition = com.microsoft.azure.management.appservice.WebApp$Definition of com.microsoft.azure.management.appservice.WebApp
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.WebApp$DefinitionStages of com.microsoft.azure.management.appservice.WebApp
  public abstract Update = com.microsoft.azure.management.appservice.WebApp$Update of com.microsoft.azure.management.appservice.WebApp
  public abstract UpdateStages = com.microsoft.azure.management.appservice.WebApp$UpdateStages of com.microsoft.azure.management.appservice.WebApp
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")
      com.microsoft.azure.management.apigeneration.Beta()