serverless_runtimes_by_informatica_organization_resources
Creates, updates, deletes, gets or lists a serverless_runtimes_by_informatica_organization_resources
resource.
Overview
Name | serverless_runtimes_by_informatica_organization_resources |
Type | Resource |
Id | azure_isv.informatica.serverless_runtimes_by_informatica_organization_resources |
Fields
The following fields are returned by SELECT
queries:
- list
Azure operation completed successfully.
Name | Datatype | Description |
---|---|---|
properties | object | The resource-specific properties for this resource. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | subscriptionId , resourceGroupName , organizationName | List 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.
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
- list
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
;