Skip to main content

organizations_all_serverless_runtimes

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

Overview

Nameorganizations_all_serverless_runtimes
TypeResource
Idazure_isv.informatica.organizations_all_serverless_runtimes

Fields

NameDatatypeDescription
informaticaRuntimeResourcesarrayList of runtime resources for the fetch all API

Methods

NameAccessible byRequired ParamsDescription
getSELECTorganizationName, resourceGroupName, subscriptionIdGets all serverless runtime resources in a given informatica organization resource.

SELECT examples

Gets all serverless runtime resources in a given informatica organization resource.

SELECT
informaticaRuntimeResources
FROM azure_isv.informatica.organizations_all_serverless_runtimes
WHERE organizationName = '{{ organizationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';