getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Gets information about the specified job. Uses Azure REST API version 2024-03-01-preview. Other available API versions: 2022-12-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native databox [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Job Resource.

Parameters

argument

null


suspend fun getJob(expand: String? = null, jobName: String, resourceGroupName: String): GetJobResult

Return

Job Resource.

Parameters

expand

$expand is supported on details parameter for job, which provides details on the job stages.

jobName

The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only

resourceGroupName

The Resource Group Name

See also


suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult

Return

Job Resource.

Parameters

argument

Builder for com.pulumi.azurenative.databox.kotlin.inputs.GetJobPlainArgs.

See also