getWorkflow

Resource representation of a workflow API Version: 2022-04-01-preview.

Return

Resource representation of a workflow

Parameters

argument

null


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

Return

Resource representation of a workflow

Parameters

resourceGroupName

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

workflowName

The name of the workflow resource.

See also


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

Return

Resource representation of a workflow

Parameters

argument

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

See also