Share via


Job.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)

Usage

'Usage
Dim instance As Job
Dim value As JobAction

value = instance.Action

instance.Action = value

Syntax

'Declaration
Public Property Action As JobAction
public JobAction Action { get; set; }
public:
property JobAction^ Action {
    JobAction^ get ();
    void set (JobAction^ value);
}
/** @property */
public JobAction get_Action ()

/** @property */
public void set_Action (JobAction value)
public function get Action () : JobAction

public function set Action (value : JobAction)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Job Class
Job Members
Microsoft.WindowsAzure.Scheduler.Models Namespace