get Job
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
account Name
The Media Services account name.
job Name
The Job name.
resource Group Name
The name of the resource group within the Azure subscription.
transform Name
The Transform name.
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.