Interface FunctionApp.UpdateStages.WithDailyUsageQuota
-
- All Known Subinterfaces:
FunctionApp.Update
- Enclosing interface:
- FunctionApp.UpdateStages
public static interface FunctionApp.UpdateStages.WithDailyUsageQuotaA function app definition allowing daily usage quota to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionApp.UpdatewithDailyUsageQuota(int quota)Specifies the daily usage data cap.FunctionApp.UpdatewithoutDailyUsageQuota()Specifies the daily usage data cap.
-
-
-
Method Detail
-
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
-
-