Interface FunctionApp.DefinitionStages.WithDailyUsageQuota
- All Known Subinterfaces:
FunctionApp.Definition
,FunctionApp.DefinitionStages.WithCreate
- Enclosing interface:
- FunctionApp.DefinitionStages
public static interface FunctionApp.DefinitionStages.WithDailyUsageQuota
A function app definition allowing daily usage quota to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithDailyUsageQuota
(int quota) Specifies the daily usage data cap.Specifies the daily usage data cap.
-
Method Details
-
withDailyUsageQuota
Specifies the daily usage data cap.- Parameters:
quota
- the daily usage quota- Returns:
- the next stage of the definition
-
withoutDailyUsageQuota
FunctionApp.DefinitionStages.WithCreate withoutDailyUsageQuota()Specifies the daily usage data cap.- Returns:
- the next stage of the definition
-