public interface com.microsoft.azure.management.appservice.FunctionApp$UpdateStages$WithDailyUsageQuota
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.FunctionApp$UpdateStages$WithDailyUsageQuota
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.FunctionApp$Update withDailyUsageQuota(int);
    descriptor: (I)Lcom/microsoft/azure/management/appservice/FunctionApp$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      quota  

  public abstract com.microsoft.azure.management.appservice.FunctionApp$Update withoutDailyUsageQuota();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FunctionApp$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "FunctionApp.java"
NestHost: com.microsoft.azure.management.appservice.FunctionApp
InnerClasses:
  public abstract Update = com.microsoft.azure.management.appservice.FunctionApp$Update of com.microsoft.azure.management.appservice.FunctionApp
  public abstract UpdateStages = com.microsoft.azure.management.appservice.FunctionApp$UpdateStages of com.microsoft.azure.management.appservice.FunctionApp
  public abstract WithDailyUsageQuota = com.microsoft.azure.management.appservice.FunctionApp$UpdateStages$WithDailyUsageQuota of com.microsoft.azure.management.appservice.FunctionApp$UpdateStages