CloudServiceListResponse.GetEnumerator Method ()
Gets the sequence of CloudServices.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
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)
Return Value
Type: System.Collections.Generic.IEnumerator<CloudServiceListResponse.CloudService>
Implements
IEnumerable<T>.GetEnumerator()
See Also
CloudServiceListResponse Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace
Return to top