getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Gets a Job. Uses Azure REST API version 2022-07-01. Other available API versions: 2018-03-30-preview, 2018-06-01-preview, 2018-07-01, 2020-05-01, 2021-06-01, 2021-11-01, 2022-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native media [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

A Job resource type. The progress and state can be obtained by polling a Job or subscribing to events using EventGrid.

Parameters

argument

null


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

Return

A Job resource type. The progress and state can be obtained by polling a Job or subscribing to events using EventGrid.

Parameters

accountName

The Media Services account name.

jobName

The Job name.

resourceGroupName

The name of the resource group within the Azure subscription.

transformName

The Transform name.

See also


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

Return

A Job resource type. The progress and state can be obtained by polling a Job or subscribing to events using EventGrid.

Parameters

argument

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

See also