JobErrorAction Class

Definition

Action to invoke following the failure of all of the retries of a job occurrence.

public class JobErrorAction
type JobErrorAction = class
Public Class JobErrorAction
Inheritance
JobErrorAction

Constructors

JobErrorAction()

Initializes a new instance of the JobErrorAction class.

JobErrorAction(JobActionType)

Initializes a new instance of the JobErrorAction class with required arguments.

Properties

QueueMessage

Optional. Queue and content for a queue message action type.

Request

Optional. Request for a http or https action type.

ServiceBusQueueMessage

Optional. Queue and content for a service bus topic message action type.

ServiceBusTopicMessage

Optional. Topic and content for a service bus topic message action type.

Type

Required. Type of action. Can be one of http, https, storageQueue.

Applies to