JobListResponse.GetEnumerator Method ()
Gets the sequence of Jobs.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public IEnumerator<Job> GetEnumerator()
public:
virtual IEnumerator<Job^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Job>
override GetEnumerator : unit -> IEnumerator<Job>
Public Function GetEnumerator As IEnumerator(Of Job)
Return Value
Type: System.Collections.Generic.IEnumerator<Job>
Implements
IEnumerable<T>.GetEnumerator()
See Also
JobListResponse Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top