Share via


SchedulerClient.Jobs Property

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

Usage

'Usage
Dim instance As SchedulerClient
Dim value As IJobOperations

value = instance.Jobs

Syntax

'Declaration
Public Overridable ReadOnly Property Jobs As IJobOperations
public virtual IJobOperations Jobs { get; }
public:
virtual property IJobOperations^ Jobs {
    IJobOperations^ get ();
}
/** @property */
public IJobOperations get_Jobs ()
public function get Jobs () : IJobOperations

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

SchedulerClient Class
SchedulerClient Members
Microsoft.WindowsAzure.Scheduler Namespace