Skip to main content

integration_account_assemblies_content_callback_urls

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

Overview

Nameintegration_account_assemblies_content_callback_urls
TypeResource
Idazure.logic_apps.integration_account_assemblies_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
listSELECTassemblyArtifactName, integrationAccountName, resourceGroupName, subscriptionIdGet the content callback url for an integration account assembly.

SELECT examples

Get the content callback url for an integration account assembly.

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