list Integration Account Map Content Callback Url
suspend fun listIntegrationAccountMapContentCallbackUrl(argument: ListIntegrationAccountMapContentCallbackUrlPlainArgs): ListIntegrationAccountMapContentCallbackUrlResult
Get the content callback url. Uses Azure REST API version 2019-05-01. Other available API versions: 2018-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native logic [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The workflow trigger callback URL.
Parameters
argument
null
suspend fun listIntegrationAccountMapContentCallbackUrl(integrationAccountName: String, keyType: Either<String, KeyType>? = null, mapName: String, notAfter: String? = null, resourceGroupName: String): ListIntegrationAccountMapContentCallbackUrlResult
Return
The workflow trigger callback URL.
Parameters
integration Account Name
The integration account name.
key Type
The key type.
map Name
The integration account map name.
not After
The expiry time.
resource Group Name
The resource group name.
See also
suspend fun listIntegrationAccountMapContentCallbackUrl(argument: suspend ListIntegrationAccountMapContentCallbackUrlPlainArgsBuilder.() -> Unit): ListIntegrationAccountMapContentCallbackUrlResult
Return
The workflow trigger callback URL.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.ListIntegrationAccountMapContentCallbackUrlPlainArgs.