public static interface FunctionApp.DefinitionStages.WithDailyUsageQuota
Modifier and Type | Method and Description |
---|---|
FunctionApp.DefinitionStages.WithCreate |
withDailyUsageQuota(int quota)
Specifies the daily usage data cap.
|
FunctionApp.DefinitionStages.WithCreate |
withoutDailyUsageQuota()
Specifies the daily usage data cap.
|
FunctionApp.DefinitionStages.WithCreate withDailyUsageQuota(int quota)
quota
- the daily usage quotaFunctionApp.DefinitionStages.WithCreate withoutDailyUsageQuota()
Copyright © 2019. All rights reserved.