Share via


JobCollectionJobsUpdateStateResponse.Jobs Property

Optional. The definitions of the updated jobs.

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

Usage

'Usage
Dim instance As JobCollectionJobsUpdateStateResponse
Dim value As IList(Of Job)

value = instance.Jobs

instance.Jobs = value

Syntax

'Declaration
Public Property Jobs As IList(Of Job)
public IList<Job> Jobs { get; set; }
public:
property IList<Job^>^ Jobs {
    IList<Job^>^ get ();
    void set (IList<Job^>^ value);
}
/** @property */
public IList<Job> get_Jobs ()

/** @property */
public void set_Jobs (IList<Job> value)
public function get Jobs () : IList<Job>

public function set Jobs (value : IList<Job>)

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

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