Método CloudServiceListResponse.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
public IEnumerator<CloudServiceListResponse.CloudService> GetEnumerator()
public:
virtual IEnumerator<CloudServiceListResponse::CloudService^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<CloudServiceListResponse.CloudService>
override GetEnumerator : unit -> IEnumerator<CloudServiceListResponse.CloudService>
Public Function GetEnumerator As IEnumerator(Of CloudServiceListResponse.CloudService)
Valor de retorno
Type: System.Collections.Generic.IEnumerator<CloudServiceListResponse.CloudService>
Implementações
IEnumerable<T>.GetEnumerator()
Consulte também
Classe CloudServiceListResponse
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo