gi_versions
Creates, updates, deletes, gets or lists a gi_versions
resource.
Overview
Name | gi_versions |
Type | Resource |
Id | azure_isv.oracle.gi_versions |
Fields
- vw_gi_versions
- gi_versions
Name | Datatype | Description |
---|---|---|
giversionname | text | field from the properties object |
location | text | field from the properties object |
subscriptionId | text | field from the properties object |
version | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | GiVersion resource model |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | giversionname, location, subscriptionId | Get a GiVersion |
list_by_location | SELECT | location, subscriptionId | List GiVersion resources by Location |
SELECT
examples
List GiVersion resources by Location
- vw_gi_versions
- gi_versions
SELECT
giversionname,
location,
subscriptionId,
version
FROM azure_isv.oracle.vw_gi_versions
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
properties
FROM azure_isv.oracle.gi_versions
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';