MediaJobData Class

Definition

A class representing the MediaJob data model. A Job resource type. The progress and state can be obtained by polling a Job or subscribing to events using EventGrid.

public class MediaJobData : Azure.ResourceManager.Models.ResourceData
type MediaJobData = class
    inherit ResourceData
Public Class MediaJobData
Inherits ResourceData
Inheritance
MediaJobData

Constructors

MediaJobData()

Initializes a new instance of MediaJobData.

Properties

CorrelationData

Customer provided key, value pairs that will be returned in Job and JobOutput state events.

CreatedOn

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

Description

Optional customer supplied description of the Job.

EndOn

The UTC date and time at which this Job finished processing.

Id

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

(Inherited from ResourceData)
Input

The inputs for the Job. Please note MediaJobInputBasicProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MediaJobInputAsset, MediaJobInputClip, MediaJobInputHttp, MediaJobInputSequence and MediaJobInputs.

LastModifiedOn

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

Name

The name of the resource.

(Inherited from ResourceData)
Outputs

The outputs for the Job. Please note MediaJobOutput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MediaJobOutputAsset.

Priority

Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.

ResourceType

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

(Inherited from ResourceData)
StartOn

The UTC date and time at which this Job began processing.

State

The current state of the job.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to