FunctionFlexConsumptionTargetResourceConfigurations interface
Configurations for a Function App using Flex Consumption Plan.
Properties
| configurations | A map of configurations for a Function app using Flex Consumption Plan. |
| kind | The kind value to use when providing configuration. This should typically be not changed from its value. |
Property Details
configurations
A map of configurations for a Function app using Flex Consumption Plan.
configurations?: Record<string, FunctionFlexConsumptionResourceConfiguration>
Property Value
Record<string, FunctionFlexConsumptionResourceConfiguration>
kind
The kind value to use when providing configuration. This should typically be not changed from its value.
kind: "FunctionsFlexConsumption"
Property Value
"FunctionsFlexConsumption"