runtime_versions
Creates, updates, deletes, gets or lists a runtime_versions resource.
Overview
| Name | runtime_versions |
| Type | Resource |
| Id | azure_extras.app_platform.runtime_versions |
Fields
The following fields are returned by SELECT queries:
- list_runtime_versions
| Name | Datatype | Description |
|---|---|---|
value | array | A list of all supported runtime versions. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_runtime_versions | select | Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- list_runtime_versions
Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.
SELECT
value
FROM azure_extras.app_platform.runtime_versions
;