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

The following fields are returned by SELECT queries:

Azure operation completed successfully.

NameDatatypeDescription
propertiesobjectThe resource-specific properties for this resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId, resourceGroupName, organizationNameList InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource

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

List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource

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