Interface FunctionApp.UpdateStages.WithDailyUsageQuota

All Known Subinterfaces:
FunctionApp.Update
Enclosing interface:
FunctionApp.UpdateStages

public static interface FunctionApp.UpdateStages.WithDailyUsageQuota
A function app definition allowing daily usage quota to be specified.
  • Method Details

    • withDailyUsageQuota

      FunctionApp.Update withDailyUsageQuota(int quota)
      Specifies the daily usage data cap.
      Parameters:
      quota - the daily usage quota
      Returns:
      the next stage of the function app update
    • withoutDailyUsageQuota

      FunctionApp.Update withoutDailyUsageQuota()
      Specifies the daily usage data cap.
      Returns:
      the next stage of the function app update