integration_service_environment_managed_api_operations
Creates, updates, deletes, gets or lists a integration_service_environment_managed_api_operations
resource.
Overview
Name | integration_service_environment_managed_api_operations |
Type | Resource |
Id | azure.logic_apps.integration_service_environment_managed_api_operations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The resource id. |
name | string | Gets the resource name. |
location | string | The resource location. |
properties | object | The api operations properties |
tags | object | The resource tags. |
type | string | Gets the resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | apiName, integrationServiceEnvironmentName, resourceGroup, subscriptionId | Gets the managed Api operations. |
SELECT
examples
Gets the managed Api operations.
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure.logic_apps.integration_service_environment_managed_api_operations
WHERE apiName = '{{ apiName }}'
AND integrationServiceEnvironmentName = '{{ integrationServiceEnvironmentName }}'
AND resourceGroup = '{{ resourceGroup }}'
AND subscriptionId = '{{ subscriptionId }}';