Skip to main content

integration_account_partners_content_callback_urls

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

Overview

Nameintegration_account_partners_content_callback_urls
TypeResource
Idazure.logic_apps.integration_account_partners_content_callback_urls

Fields

NameDatatypeDescription
basePathstringGets the workflow trigger callback URL base path.
methodstringGets the workflow trigger callback URL HTTP method.
queriesobjectGets the workflow trigger callback URL query parameters.
relativePathstringGets the workflow trigger callback URL relative path.
relativePathParametersarrayGets the workflow trigger callback URL relative path parameters.
valuestringGets the workflow trigger callback URL.

Methods

NameAccessible byRequired ParamsDescription
listSELECTintegrationAccountName, partnerName, resourceGroupName, subscriptionIdGet the content callback url.

SELECT examples

Get the content callback url.

SELECT
basePath,
method,
queries,
relativePath,
relativePathParameters,
value
FROM azure.logic_apps.integration_account_partners_content_callback_urls
WHERE integrationAccountName = '{{ integrationAccountName }}'
AND partnerName = '{{ partnerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';