list Integration Account Schema Content Callback Url
suspend fun listIntegrationAccountSchemaContentCallbackUrl(argument: ListIntegrationAccountSchemaContentCallbackUrlPlainArgs): ListIntegrationAccountSchemaContentCallbackUrlResult
Get the content callback url. Uses Azure REST API version 2019-05-01.
Return
The workflow trigger callback URL.
Parameters
argument
null
suspend fun listIntegrationAccountSchemaContentCallbackUrl(integrationAccountName: String, keyType: Either<String, KeyType>? = null, notAfter: String? = null, resourceGroupName: String, schemaName: String): ListIntegrationAccountSchemaContentCallbackUrlResult
Return
The workflow trigger callback URL.
Parameters
integration Account Name
The integration account name.
key Type
The key type.
not After
The expiry time.
resource Group Name
The resource group name.
schema Name
The integration account schema name.
See also
suspend fun listIntegrationAccountSchemaContentCallbackUrl(argument: suspend ListIntegrationAccountSchemaContentCallbackUrlPlainArgsBuilder.() -> Unit): ListIntegrationAccountSchemaContentCallbackUrlResult
Return
The workflow trigger callback URL.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.ListIntegrationAccountSchemaContentCallbackUrlPlainArgs.