Skip to main content

serverless_runtimes_by_informatica_organization_resources

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

Overview

Nameserverless_runtimes_by_informatica_organization_resources
TypeResource
Idazure_isv.informatica.serverless_runtimes_by_informatica_organization_resources

Fields

NameDatatypeDescription
propertiesobjectServerless Runtime properties.

Methods

NameAccessible byRequired ParamsDescription
listSELECTorganizationName, resourceGroupName, subscriptionIdList InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource

SELECT examples

List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource

SELECT
properties
FROM azure_isv.informatica.serverless_runtimes_by_informatica_organization_resources
WHERE organizationName = '{{ organizationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';