JobAction Members
Action to invoke for the job.
The following tables list the members exposed by the JobAction type.
Public Constructors
Name | Description | |
---|---|---|
JobAction | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
ErrorAction | Optional. Error Action for the job. | |
QueueMessage | Optional. Queue and content for a queue message action type. | |
Request | Optional. Request for a http or https action type. | |
RetryPolicy | Optional. Retry Policy for the job action. | |
Type | Required. Type of action. Can be one of http, https, storageQueue. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
JobAction Class
Microsoft.WindowsAzure.Scheduler.Models Namespace