Skip to main content

provider_web_app_stacks

Creates, updates, deletes, gets or lists a provider_web_app_stacks resource.

Overview

Nameprovider_web_app_stacks
TypeResource
Idazure.app_service.provider_web_app_stacks

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource Name.
kindstringKind of resource.
locationstringWeb App stack location.
propertiesobjectWebAppStack resource specific properties
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTDescription 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
;