JobAction Constructor (JobActionType)
Initializes a new instance of the JobAction class with required arguments.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public JobAction(
JobActionType type
)
public:
JobAction(
JobActionType type
)
new :
type:JobActionType -> JobAction
Public Sub New (
type As JobActionType
)
See Also
JobAction Overload
JobAction Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top