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