Microsoft.Media videoAnalyzers/pipelineJobs

ARM template resource definition

The videoAnalyzers/pipelineJobs resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Media/videoAnalyzers/pipelineJobs resource, add the following JSON to your template.

{
  "type": "Microsoft.Media/videoAnalyzers/pipelineJobs",
  "apiVersion": "2021-11-01-preview",
  "name": "string",
  "properties": {
    "description": "string",
    "parameters": [
      {
        "name": "string",
        "value": "string"
      }
    ],
    "topologyName": "string"
  }
}

Property values

videoAnalyzers/pipelineJobs

Name Description Value
type The resource type 'Microsoft.Media/videoAnalyzers/pipelineJobs'
apiVersion The resource api version '2021-11-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties The resource properties. PipelineJobProperties

PipelineJobProperties

Name Description Value
description An optional description for the pipeline. string
parameters List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden. ParameterDefinition[]
topologyName Reference to an existing pipeline topology. When activated, this pipeline job will process content according to the pipeline topology definition. string (required)

ParameterDefinition

Name Description Value
name Name of the parameter declared in the pipeline topology. string (required)
value Parameter value to be applied on this specific pipeline. string