JobErrorAction Class

 

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

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

System::Object
  Microsoft.WindowsAzure.Scheduler.Models::JobErrorAction

public ref class JobErrorAction 

NameDescription
System_CAPS_pubmethodJobErrorAction()

Initializes a new instance of the JobErrorAction class.

System_CAPS_pubmethodJobErrorAction(JobActionType)

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

NameDescription
System_CAPS_pubpropertyQueueMessage

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

System_CAPS_pubpropertyRequest

Optional. Request for a http or https action type.

System_CAPS_pubpropertyType

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: