getBatch

suspend fun getBatch(argument: GetBatchPlainArgs): GetBatchResult

Gets the batch workload resource representation.

Return

null

Parameters

argument

null


suspend fun getBatch(batchId: String, location: String, project: String? = null): GetBatchResult

Return

null

Parameters

batchId
location
project

See also


suspend fun getBatch(argument: suspend GetBatchPlainArgsBuilder.() -> Unit): GetBatchResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.dataproc.v1.kotlin.inputs.GetBatchPlainArgs.

See also