getWorkflow

Resource representation of a workflow Uses Azure REST API version 2022-10-11-preview. Other available API versions: 2023-08-01, 2024-05-01-preview, 2024-08-01-preview, 2025-03-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