getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.

Return

null

Parameters

argument

null


suspend fun getJob(jobId: String, project: String? = null, tenantId: String): GetJobResult

Return

null

Parameters

jobId
project
tenantId

See also


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

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.jobs.v4.kotlin.inputs.GetJobPlainArgs.

See also