Share via


JobErrorAction Constructor (JobActionType)

 

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

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

Syntax

public JobErrorAction(
    JobActionType type
)
public:
JobErrorAction(
    JobActionType type
)
new : 
        type:JobActionType -> JobErrorAction
Public Sub New (
    type As JobActionType
)

See Also

JobErrorAction Overload
JobErrorAction Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top