provider_function_app_stacks_for_locations
Creates, updates, deletes, gets or lists a provider_function_app_stacks_for_locations
resource.
Overview
Name | provider_function_app_stacks_for_locations |
Type | Resource |
Id | azure.app_service.provider_function_app_stacks_for_locations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource Name. |
kind | string | Kind of resource. |
location | string | Function App stack location. |
properties | object | FunctionAppStack resource specific properties |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | location | Description for Get available Function app frameworks and their versions for location |
SELECT
examples
Description for Get available Function app frameworks and their versions for location
SELECT
id,
name,
kind,
location,
properties,
type
FROM azure.app_service.provider_function_app_stacks_for_locations
WHERE location = '{{ location }}';