Logicapps Functions
object LogicappsFunctions
Functions
Link copied to clipboard
suspend fun getIntegrationAccount(argument: GetIntegrationAccountPlainArgs): GetIntegrationAccountResult
Use this data source to access information about an existing Logic App Integration Account.
suspend fun getIntegrationAccount(argument: suspend GetIntegrationAccountPlainArgsBuilder.() -> Unit): GetIntegrationAccountResult
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