Skip to main content

organizations_all_serverless_runtimes

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

Overview

Nameorganizations_all_serverless_runtimes
TypeResource
Idazure_isv.informatica.organizations_all_serverless_runtimes

Fields

The following fields are returned by SELECT queries:

Azure operation completed successfully.

NameDatatypeDescription
informaticaRuntimeResourcesarrayList of runtime resources for the fetch all API

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectsubscriptionId, resourceGroupName, organizationNameGets all serverless runtime resources in a given informatica organization resource.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
organizationNamestringName of the Organizations resource
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.

SELECT examples

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

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