getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Gets a Job. Azure REST API version: 2022-07-01.

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.

See also

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.


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.

See also

Parameters

argument

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