getTransform

Gets a Transform. Uses Azure REST API version 2022-07-01.

Return

A Transform encapsulates the rules or instructions for generating desired outputs from input media, such as by transcoding or by extracting insights. After the Transform is created, it can be applied to input media by creating Jobs.

Parameters

argument

null


suspend fun getTransform(accountName: String, resourceGroupName: String, transformName: String): GetTransformResult

Return

A Transform encapsulates the rules or instructions for generating desired outputs from input media, such as by transcoding or by extracting insights. After the Transform is created, it can be applied to input media by creating Jobs.

Parameters

accountName

The Media Services account name.

resourceGroupName

The name of the resource group within the Azure subscription.

transformName

The Transform name.

See also


Return

A Transform encapsulates the rules or instructions for generating desired outputs from input media, such as by transcoding or by extracting insights. After the Transform is created, it can be applied to input media by creating Jobs.

Parameters

argument

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

See also