Skip to main content

integration_account_agreements_content_callback_urls

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

Overview

Nameintegration_account_agreements_content_callback_urls
TypeResource
Idazure.logic_apps.integration_account_agreements_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
listSELECTagreementName, integrationAccountName, 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_agreements_content_callback_urls
WHERE agreementName = '{{ agreementName }}'
AND integrationAccountName = '{{ integrationAccountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';