Share via


PipelineJob Class

Definition

Pipeline job represents a unique instance of a batch topology, used for offline processing of selected portions of archived content.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PipelineJob : Microsoft.Azure.Management.VideoAnalyzer.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PipelineJob = class
    inherit ProxyResource
Public Class PipelineJob
Inherits ProxyResource
Inheritance
Attributes

Constructors

PipelineJob()

Initializes a new instance of the PipelineJob class.

PipelineJob(String, String, String, String, SystemData, String, PipelineJobState, DateTime, PipelineJobError, IList<ParameterDefinition>)

Initializes a new instance of the PipelineJob class.

Properties

Description

Gets or sets an optional description for the pipeline.

Error

Gets details about the error, in case the pipeline job fails.

Expiration

Gets the date-time by when this pipeline job will be automatically deleted from your account.

Id

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

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Parameters

Gets or sets 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.

State

Gets current state of the pipeline (read-only). Possible values include: 'Processing', 'Canceled', 'Completed', 'Failed'

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
TopologyName

Gets or sets reference to an existing pipeline topology. When activated, this pipeline job will process content according to the pipeline topology definition.

Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to