getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Gets information about an existing job. Uses Azure REST API version 2021-01-01.

Return

Contains the job information.

Parameters

argument

null


suspend fun getJob(jobName: String, resourceGroupName: String): GetJobResult

Return

Contains the job information.

Parameters

jobName

The name of the import/export job.

resourceGroupName

The resource group name uniquely identifies the resource group within the user subscription.

See also


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

Return

Contains the job information.

Parameters

argument

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

See also