public interface com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithSiteConfigs<FluentT>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithSiteConfigs
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withNetFrameworkVersion(com.microsoft.azure.management.appservice.NetFrameworkVersion);
    descriptor: (Lcom/microsoft/azure/management/appservice/NetFrameworkVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/NetFrameworkVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
         Name  Flags
      version  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withPhpVersion(com.microsoft.azure.management.appservice.PhpVersion);
    descriptor: (Lcom/microsoft/azure/management/appservice/PhpVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/PhpVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
         Name  Flags
      version  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithWebContainer<FluentT> withJavaVersion(com.microsoft.azure.management.appservice.JavaVersion);
    descriptor: (Lcom/microsoft/azure/management/appservice/JavaVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$UpdateStages$WithWebContainer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/JavaVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$UpdateStages$WithWebContainer<TFluentT;>;
    MethodParameters:
         Name  Flags
      version  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withoutJava();
    descriptor: ()Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withPythonVersion(com.microsoft.azure.management.appservice.PythonVersion);
    descriptor: (Lcom/microsoft/azure/management/appservice/PythonVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/PythonVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
         Name  Flags
      version  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withoutPython();
    descriptor: ()Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withPlatformArchitecture(com.microsoft.azure.management.appservice.PlatformArchitecture);
    descriptor: (Lcom/microsoft/azure/management/appservice/PlatformArchitecture;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/PlatformArchitecture;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
          Name  Flags
      platform  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withWebSocketsEnabled(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
         Name  Flags
      enabled  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withWebAppAlwaysOn(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
          Name  Flags
      alwaysOn  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withManagedPipelineMode(com.microsoft.azure.management.appservice.ManagedPipelineMode);
    descriptor: (Lcom/microsoft/azure/management/appservice/ManagedPipelineMode;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/ManagedPipelineMode;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
                     Name  Flags
      managedPipelineMode  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withAutoSwapSlotName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
          Name  Flags
      slotName  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withRemoteDebuggingEnabled(com.microsoft.azure.management.appservice.RemoteVisualStudioVersion);
    descriptor: (Lcom/microsoft/azure/management/appservice/RemoteVisualStudioVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/RemoteVisualStudioVersion;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
                           Name  Flags
      remoteVisualStudioVersion  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withRemoteDebuggingDisabled();
    descriptor: ()Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withDefaultDocument(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
          Name  Flags
      document  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withDefaultDocuments(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
           Name  Flags
      documents  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withoutDefaultDocument(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
          Name  Flags
      document  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withHttpsOnly(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
           Name  Flags
      httpsOnly  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withHttp20Enabled(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
               Name  Flags
      http20Enabled  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withFtpsState(com.microsoft.azure.management.appservice.FtpsState);
    descriptor: (Lcom/microsoft/azure/management/appservice/FtpsState;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/FtpsState;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
           Name  Flags
      ftpsState  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withVirtualApplications(java.util.List<com.microsoft.azure.management.appservice.VirtualApplication>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/VirtualApplication;>;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
                     Name  Flags
      virtualApplications  

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withMinTlsVersion(com.microsoft.azure.management.appservice.SupportedTlsVersions);
    descriptor: (Lcom/microsoft/azure/management/appservice/SupportedTlsVersions;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/appservice/SupportedTlsVersions;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
               Name  Flags
      minTlsVersion  
}
Signature: <FluentT:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "WebAppBase.java"
NestHost: com.microsoft.azure.management.appservice.WebAppBase
InnerClasses:
  public abstract Update = com.microsoft.azure.management.appservice.WebAppBase$Update of com.microsoft.azure.management.appservice.WebAppBase
  public abstract UpdateStages = com.microsoft.azure.management.appservice.WebAppBase$UpdateStages of com.microsoft.azure.management.appservice.WebAppBase
  public abstract WithSiteConfigs = com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithSiteConfigs of com.microsoft.azure.management.appservice.WebAppBase$UpdateStages
  public abstract WithWebContainer = com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithWebContainer of com.microsoft.azure.management.appservice.WebAppBase$UpdateStages