JobGetHistoryResponse.GetEnumerator Method

Definition

Gets the sequence of JobHistory.

public System.Collections.Generic.IEnumerator<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry>
Public Function GetEnumerator () As IEnumerator(Of JobGetHistoryResponse.JobHistoryEntry)

Returns

Implements

Applies to