JobAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Action to invoke for the job.
public class JobAction
type JobAction = class
Public Class JobAction
- Inheritance
-
JobAction
Constructors
JobAction() |
Initializes a new instance of the JobAction class. |
JobAction(JobActionType) |
Initializes a new instance of the JobAction class with required arguments. |
Properties
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. |
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
Azure SDK for .NET