JobCreateOrUpdateParameters.Action Property
Required. Action to invoke for the job.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public JobAction Action { get; set; }
public:
property JobAction^ Action {
JobAction^ get();
void set(JobAction^ value);
}
member Action : JobAction with get, set
Public Property Action As JobAction
Property Value
Type: Microsoft.WindowsAzure.Scheduler.Models.JobAction
See Also
JobCreateOrUpdateParameters Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top