Skip to main content

system_versions

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

Overview

Namesystem_versions
TypeResource
Idazure_isv.oracle.system_versions

Fields

NameDatatypeDescription
locationtextfield from the properties object
subscriptionIdtextfield from the properties object
system_versiontextfield from the properties object
systemversionnametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, subscriptionId, systemversionnameGet a SystemVersion
list_by_locationSELECTlocation, subscriptionIdList SystemVersion resources by Location

SELECT examples

List SystemVersion resources by Location

SELECT
location,
subscriptionId,
system_version,
systemversionname
FROM azure_isv.oracle.vw_system_versions
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';