Método JobGetHistoryResponse.GetEnumerator ()
Obtém a seqüência de JobHistory.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
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)
Valor de retorno
Type: System.Collections.Generic.IEnumerator<JobGetHistoryResponse.JobHistoryEntry>
Implementações
IEnumerable<T>.GetEnumerator()
Consulte também
Classe JobGetHistoryResponse
Namespace Microsoft.WindowsAzure.Scheduler.Models
Retornar ao topo