GetTransformResult

data class GetTransformResult(val azureApiVersion: String, val created: String, val description: String? = null, val id: String, val lastModified: String, val name: String, val outputs: List<TransformOutputResponse>, val systemData: SystemDataResponse, val type: String)

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.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, created: String, description: String? = null, id: String, lastModified: String, name: String, outputs: List<TransformOutputResponse>, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format.

Link copied to clipboard
val description: String? = null

An optional verbose description of the Transform.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.

Link copied to clipboard

The name of the resource

Link copied to clipboard

An array of one or more TransformOutputs that the Transform should generate.

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"