LogicappsFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing Logic App Integration Account.

suspend fun getIntegrationAccount(name: String, resourceGroupName: String): GetIntegrationAccountResult
Link copied to clipboard

Use this data source to access information about an existing Logic App Standard instance.

suspend fun getStandard(argument: suspend GetStandardPlainArgsBuilder.() -> Unit): GetStandardResult
suspend fun getStandard(name: String, resourceGroupName: String, siteConfig: GetStandardSiteConfig? = null): GetStandardResult
Link copied to clipboard

Use this data source to access information about an existing Logic App Workflow.

suspend fun getWorkflow(argument: suspend GetWorkflowPlainArgsBuilder.() -> Unit): GetWorkflowResult
suspend fun getWorkflow(name: String, resourceGroupName: String): GetWorkflowResult