Azure Media Job

This page shows how to write Terraform and Azure Resource Manager for Media Job and write them securely.

azurerm_media_job (Terraform)

The Job in Media can be configured in Terraform with the resource name azurerm_media_job. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages a Media Job.

Microsoft.Media/mediaservices/transforms/jobs (Azure Resource Manager)

The mediaservices/transforms/jobs in Microsoft.Media can be configured in Azure Resource Manager with the resource name Microsoft.Media/mediaservices/transforms/jobs. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-03-05T23:52:19.9449439Z",
              "state": "Queued",
              "description": null,
              "input": {
jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-03-05T23:52:19.9449439Z",
              "state": "Queued",
              "description": null,
              "input": {
jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-05-31T21:08:32.1913235Z",
              "state": "Queued",
              "description": null,
              "input": {
jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-03-05T23:52:19.9449439Z",
              "state": "Queued",
              "description": null,
              "input": {
jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-05-31T21:08:32.1913235Z",
              "state": "Queued",
              "description": null,
              "input": {
jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-08-08T16:29:58.0908004Z",
              "state": "Queued",
              "input": {
                "@odata.type": "#Microsoft.Media.JobInputs",
jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-03-05T23:52:19.9449439Z",
              "state": "Queued",
              "description": null,
              "input": {
jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-05-31T21:08:32.1913235Z",
              "state": "Queued",
              "description": null,
              "input": {
jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-08-08T16:29:58.0908004Z",
              "state": "Queued",
              "input": {
                "@odata.type": "#Microsoft.Media.JobInputs",
jobs-list-all.json#L16
            "type": "Microsoft.Media/mediaservices/transforms/jobs",
            "properties": {
              "created": "2018-03-05T23:52:19.9449439Z",
              "state": "Queued",
              "description": null,
              "input": {

Frequently asked questions

What is Azure Media Job?

Azure Media Job is a resource for Media of Microsoft Azure. Settings can be wrote in Terraform.