organizations_all_serverless_runtimes
Creates, updates, deletes, gets or lists an organizations_all_serverless_runtimes
resource.
Overview
Name | organizations_all_serverless_runtimes |
Type | Resource |
Id | azure_isv.informatica.organizations_all_serverless_runtimes |
Fields
The following fields are returned by SELECT
queries:
- get
Azure operation completed successfully.
Name | Datatype | Description |
---|---|---|
informaticaRuntimeResources | array | List of runtime resources for the fetch all API |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | subscriptionId , resourceGroupName , organizationName | Gets 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.
Name | Datatype | Description |
---|---|---|
organizationName | string | Name of the Organizations resource |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string | The ID of the target subscription. |
SELECT
examples
- get
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
;