list Integration Account Agreement Content Callback Url
suspend fun listIntegrationAccountAgreementContentCallbackUrl(argument: ListIntegrationAccountAgreementContentCallbackUrlPlainArgs): ListIntegrationAccountAgreementContentCallbackUrlResult
Get the content callback url. API Version: 2019-05-01.
Return
The workflow trigger callback URL.
Parameters
argument
null
suspend fun listIntegrationAccountAgreementContentCallbackUrl(agreementName: String, integrationAccountName: String, keyType: Either<String, KeyType>? = null, notAfter: String? = null, resourceGroupName: String): ListIntegrationAccountAgreementContentCallbackUrlResult
Return
The workflow trigger callback URL.
See also
Parameters
agreement Name
The integration account agreement name.
integration Account Name
The integration account name.
key Type
The key type.
not After
The expiry time.
resource Group Name
The resource group name.
suspend fun listIntegrationAccountAgreementContentCallbackUrl(argument: suspend ListIntegrationAccountAgreementContentCallbackUrlPlainArgsBuilder.() -> Unit): ListIntegrationAccountAgreementContentCallbackUrlResult
Return
The workflow trigger callback URL.
See also
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.ListIntegrationAccountAgreementContentCallbackUrlPlainArgs.