LogicFunctions

Functions

Link copied to clipboard

Gets an integration account. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview.

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

Gets an integration account agreement. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview.

suspend fun getIntegrationAccountAgreement(agreementName: String, integrationAccountName: String, resourceGroupName: String): GetIntegrationAccountAgreementResult
Link copied to clipboard

Get an assembly for an integration account. Uses Azure REST API version 2019-05-01.

suspend fun getIntegrationAccountAssembly(assemblyArtifactName: String, integrationAccountName: String, resourceGroupName: String): GetIntegrationAccountAssemblyResult
Link copied to clipboard

Gets an integration account certificate. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview.

suspend fun getIntegrationAccountCertificate(certificateName: String, integrationAccountName: String, resourceGroupName: String): GetIntegrationAccountCertificateResult
Link copied to clipboard

Gets an integration account map. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview.

suspend fun getIntegrationAccountMap(integrationAccountName: String, mapName: String, resourceGroupName: String): GetIntegrationAccountMapResult
Link copied to clipboard

Gets an integration account partner. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview.

suspend fun getIntegrationAccountPartner(integrationAccountName: String, partnerName: String, resourceGroupName: String): GetIntegrationAccountPartnerResult
Link copied to clipboard

Gets an integration account schema. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview.

suspend fun getIntegrationAccountSchema(integrationAccountName: String, resourceGroupName: String, schemaName: String): GetIntegrationAccountSchemaResult
Link copied to clipboard

Gets an integration account session. Uses Azure REST API version 2019-05-01.

suspend fun getIntegrationAccountSession(integrationAccountName: String, resourceGroupName: String, sessionName: String): GetIntegrationAccountSessionResult
Link copied to clipboard

Gets an integration service environment. Uses Azure REST API version 2019-05-01.

suspend fun getIntegrationServiceEnvironment(integrationServiceEnvironmentName: String, resourceGroup: String): GetIntegrationServiceEnvironmentResult
Link copied to clipboard

Gets an integration account RosettaNetProcessConfiguration. Uses Azure REST API version 2016-06-01.

suspend fun getRosettaNetProcessConfiguration(integrationAccountName: String, resourceGroupName: String, rosettaNetProcessConfigurationName: String): GetRosettaNetProcessConfigurationResult
Link copied to clipboard

Gets a workflow. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-02-01-preview, 2016-06-01, 2018-07-01-preview.

suspend fun getWorkflow(argument: suspend GetWorkflowPlainArgsBuilder.() -> Unit): GetWorkflowResult
suspend fun getWorkflow(resourceGroupName: String, workflowName: String): GetWorkflowResult
Link copied to clipboard

Gets a workflow access key. Uses Azure REST API version 2015-02-01-preview.

suspend fun getWorkflowAccessKey(accessKeyName: String, resourceGroupName: String, workflowName: String): GetWorkflowAccessKeyResult
Link copied to clipboard

Gets the integration account callback URL. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview.

suspend fun listIntegrationAccountCallbackUrl(integrationAccountName: String, keyType: Either<String, KeyType>? = null, notAfter: String? = null, resourceGroupName: String): ListIntegrationAccountCallbackUrlResult
Link copied to clipboard

Gets the integration account's Key Vault keys. Uses Azure REST API version 2019-05-01.

suspend fun listIntegrationAccountKeyVaultKeys(integrationAccountName: String, keyVault: KeyVaultReference, resourceGroupName: String, skipToken: String? = null): ListIntegrationAccountKeyVaultKeysResult
Link copied to clipboard

Get the workflow callback Url. Uses Azure REST API version 2019-05-01. Other available API versions: 2016-06-01, 2018-07-01-preview.

suspend fun listWorkflowCallbackUrl(keyType: Either<String, KeyType>? = null, notAfter: String? = null, resourceGroupName: String, workflowName: String): ListWorkflowCallbackUrlResult
Link copied to clipboard

Lists a workflow run expression trace. Uses Azure REST API version 2019-05-01. Other available API versions: 2016-06-01, 2018-07-01-preview.

suspend fun listWorkflowRunActionExpressionTraces(actionName: String, resourceGroupName: String, runName: String, workflowName: String): ListWorkflowRunActionExpressionTracesResult
Link copied to clipboard

Get the callback URL for a workflow trigger. Uses Azure REST API version 2019-05-01. Other available API versions: 2016-06-01, 2018-07-01-preview.

suspend fun listWorkflowTriggerCallbackUrl(resourceGroupName: String, triggerName: String, workflowName: String): ListWorkflowTriggerCallbackUrlResult
Link copied to clipboard

Get the callback url for a trigger of a workflow version. Uses Azure REST API version 2016-06-01.

suspend fun listWorkflowVersionCallbackUrl(keyType: KeyType? = null, notAfter: String? = null, resourceGroupName: String, triggerName: String, versionId: String, workflowName: String): ListWorkflowVersionCallbackUrlResult
Link copied to clipboard

Get the callback url for a trigger of a workflow version. Uses Azure REST API version 2019-05-01. Other available API versions: 2018-07-01-preview.

suspend fun listWorkflowVersionTriggerCallbackUrl(keyType: Either<String, KeyType>? = null, notAfter: String? = null, resourceGroupName: String, triggerName: String, versionId: String, workflowName: String): ListWorkflowVersionTriggerCallbackUrlResult