public interface com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithNewAppServicePlan
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithNewAppServicePlan
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCreate withNewConsumptionPlan();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCreate withNewConsumptionPlan(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      appServicePlanName  

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCreate withNewFreeAppServicePlan();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCreate withNewSharedAppServicePlan();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCreate withNewAppServicePlan(com.microsoft.azure.management.appservice.PricingTier);
    descriptor: (Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      pricingTier  

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCreate withNewAppServicePlan(java.lang.String, com.microsoft.azure.management.appservice.PricingTier);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      appServicePlanName  
      pricingTier         

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCreate withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.appservice.AppServicePlan>);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable<Lcom/microsoft/azure/management/appservice/AppServicePlan;>;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithCreate;
    MethodParameters:
                         Name  Flags
      appServicePlanCreatable  

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithDockerContainerImage withNewLinuxConsumptionPlan();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithDockerContainerImage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithDockerContainerImage withNewLinuxConsumptionPlan(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithDockerContainerImage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      appServicePlanName  

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithDockerContainerImage withNewLinuxAppServicePlan(com.microsoft.azure.management.appservice.PricingTier);
    descriptor: (Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithDockerContainerImage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      pricingTier  

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithDockerContainerImage withNewLinuxAppServicePlan(java.lang.String, com.microsoft.azure.management.appservice.PricingTier);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/PricingTier;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithDockerContainerImage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      appServicePlanName  
      pricingTier         

  public abstract com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithDockerContainerImage withNewLinuxAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.appservice.AppServicePlan>);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithDockerContainerImage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable<Lcom/microsoft/azure/management/appservice/AppServicePlan;>;)Lcom/microsoft/azure/management/appservice/FunctionApp$DefinitionStages$WithDockerContainerImage;
    MethodParameters:
                         Name  Flags
      appServicePlanCreatable  
}
SourceFile: "FunctionApp.java"
NestHost: com.microsoft.azure.management.appservice.FunctionApp
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages of com.microsoft.azure.management.appservice.FunctionApp
  public abstract WithCreate = com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCreate of com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages
  public abstract WithDockerContainerImage = com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithDockerContainerImage of com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages
  public abstract WithNewAppServicePlan = com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithNewAppServicePlan of com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages