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