Share via


CloudServiceListResponse.GetEnumerator Method ()

 

Gets the sequence of CloudServices.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public IEnumerator<CloudService> GetEnumerator()
public:
virtual IEnumerator<CloudService^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<CloudService>
override GetEnumerator : unit -> IEnumerator<CloudService>
Public Function GetEnumerator As IEnumerator(Of CloudService)

Return Value

Type: System.Collections.Generic.IEnumerator<CloudService>

Implements

IEnumerable<T>.GetEnumerator()

See Also

CloudServiceListResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top