public interface com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithAppSettings<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$WithAppSettings
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withAppSetting(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
       Name  Flags
      key    
      value  

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

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

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

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withoutAppSetting(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
      key   

  public abstract com.microsoft.azure.management.appservice.WebAppBase$Update<FluentT> withAppSettingStickiness(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Z)Lcom/microsoft/azure/management/appservice/WebAppBase$Update<TFluentT;>;
    MethodParameters:
        Name  Flags
      key     
      sticky  
}
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 WithAppSettings = com.microsoft.azure.management.appservice.WebAppBase$UpdateStages$WithAppSettings of com.microsoft.azure.management.appservice.WebAppBase$UpdateStages