Skip to main content

gi_versions

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

Overview

Namegi_versions
TypeResource
Idazure_isv.oracle.gi_versions

Fields

NameDatatypeDescription
giversionnametextfield from the properties object
locationtextfield from the properties object
subscriptionIdtextfield from the properties object
versiontextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTgiversionname, location, subscriptionIdGet a GiVersion
list_by_locationSELECTlocation, subscriptionIdList GiVersion resources by Location

SELECT examples

List GiVersion resources by Location

SELECT
giversionname,
location,
subscriptionId,
version
FROM azure_isv.oracle.vw_gi_versions
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';