get Application Business Process Development Artifact
suspend fun getApplicationBusinessProcessDevelopmentArtifact(argument: GetApplicationBusinessProcessDevelopmentArtifactPlainArgs): GetApplicationBusinessProcessDevelopmentArtifactResult
The get business process development artifact action. Uses Azure REST API version 2023-11-14-preview.
Return
The business process development artifact save or get response.
Parameters
argument
null
suspend fun getApplicationBusinessProcessDevelopmentArtifact(applicationName: String, name: String, resourceGroupName: String, spaceName: String): GetApplicationBusinessProcessDevelopmentArtifactResult
Return
The business process development artifact save or get response.
Parameters
application Name
The name of the Application
name
The name of the business process development artifact.
resource Group Name
The name of the resource group. The name is case insensitive.
space Name
The name of the space
See also
suspend fun getApplicationBusinessProcessDevelopmentArtifact(argument: suspend GetApplicationBusinessProcessDevelopmentArtifactPlainArgsBuilder.() -> Unit): GetApplicationBusinessProcessDevelopmentArtifactResult
Return
The business process development artifact save or get response.
Parameters
argument
Builder for com.pulumi.azurenative.integrationspaces.kotlin.inputs.GetApplicationBusinessProcessDevelopmentArtifactPlainArgs.