Interface FunctionApp.DefinitionStages.WithDailyUsageQuota
-
- All Known Subinterfaces:
FunctionApp.Definition,FunctionApp.DefinitionStages.WithCreate
- Enclosing interface:
- FunctionApp.DefinitionStages
public static interface FunctionApp.DefinitionStages.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.DefinitionStages.WithCreatewithDailyUsageQuota(int quota)Specifies the daily usage data cap.FunctionApp.DefinitionStages.WithCreatewithoutDailyUsageQuota()Specifies the daily usage data cap.
-
-
-
Method Detail
-
withDailyUsageQuota
FunctionApp.DefinitionStages.WithCreate withDailyUsageQuota(int quota)
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
-
-