Share via


JobGetHistoryResponse.GetEnumerator Method ()

 

Gets the sequence of JobHistory.

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

Syntax

public IEnumerator<JobGetHistoryResponse.JobHistoryEntry> GetEnumerator()
public:
virtual IEnumerator<JobGetHistoryResponse::JobHistoryEntry^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<JobGetHistoryResponse.JobHistoryEntry>
override GetEnumerator : unit -> IEnumerator<JobGetHistoryResponse.JobHistoryEntry>
Public Function GetEnumerator As IEnumerator(Of JobGetHistoryResponse.JobHistoryEntry)

Return Value

Type: System.Collections.Generic.IEnumerator<JobGetHistoryResponse.JobHistoryEntry>

Implements

IEnumerable<T>.GetEnumerator()

See Also

JobGetHistoryResponse Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top