getBusinessProcess

Get a BusinessProcess Uses Azure REST API version 2023-11-14-preview.

Return

A business process under application.

Parameters

argument

null


suspend fun getBusinessProcess(applicationName: String, businessProcessName: String, resourceGroupName: String, spaceName: String): GetBusinessProcessResult

Return

A business process under application.

Parameters

applicationName

The name of the Application

businessProcessName

The name of the business process

resourceGroupName

The name of the resource group. The name is case insensitive.

spaceName

The name of the space

See also


Return

A business process under application.

Parameters

argument

Builder for com.pulumi.azurenative.integrationspaces.kotlin.inputs.GetBusinessProcessPlainArgs.

See also