getWorkflow

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. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native logic [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The workflow type.

Parameters

argument

null


suspend fun getWorkflow(resourceGroupName: String, workflowName: String): GetWorkflowResult

Return

The workflow type.

Parameters

resourceGroupName

The resource group name.

workflowName

The workflow name.

See also


suspend fun getWorkflow(argument: suspend GetWorkflowPlainArgsBuilder.() -> Unit): GetWorkflowResult

Return

The workflow type.

Parameters

argument

Builder for com.pulumi.azurenative.logic.kotlin.inputs.GetWorkflowPlainArgs.

See also