Skip to main content

provider_available_stacks

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

Overview

Nameprovider_available_stacks
TypeResource
Idazure.app_service.provider_available_stacks

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource Name.
kindstringKind of resource.
propertiesobjectApplication stack.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTDescription for Get available application frameworks and their versions

SELECT examples

Description for Get available application frameworks and their versions

SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.provider_available_stacks
;