Método CloudServiceListResponse.IEnumerable.GetEnumerator ()
Obtém a seqüência de CloudServices.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
Valor de retorno
Type: System.Collections.IEnumerator
Implementações
Consulte também
Classe CloudServiceListResponse
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo