Share via


LocationsListResponse.GetEnumerator Method ()

 

Retrieves an object that can iterate through a collection of AffinityGroupListResponse.AffinityGroup objects.

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

Syntax

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

Return Value

Type: System.Collections.Generic.IEnumerator<LocationsListResponse.Location>

An enumerator object.

Implements

IEnumerable<T>.GetEnumerator()

See Also

LocationsListResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top