JobAction Class

 

Action to invoke for the job.

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

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobAction

public class JobAction

NameDescription
System_CAPS_pubmethodJobAction()

Initializes a new instance of the JobAction class.

System_CAPS_pubmethodJobAction(JobActionType)

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

NameDescription
System_CAPS_pubpropertyErrorAction

Optional. Error Action for the job.

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_pubpropertyRetryPolicy

Optional. Retry Policy for the job action.

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: