Skip to main content

runtime_versions_runtime_versions

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

Overview

Nameruntime_versions_runtime_versions
TypeResource
Idazure.spring_apps.runtime_versions_runtime_versions

Fields

NameDatatypeDescription
platformstringThe platform of this runtime version (possible values: "Java" or ".NET").
valuestringThe raw value which could be passed to deployment CRUD operations.
versionstringThe detailed version (major.minor) of the platform.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available runtime versions supported by Microsoft.AppPlatform provider.

SELECT examples

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

SELECT
platform,
value,
version
FROM azure.spring_apps.runtime_versions_runtime_versions
;