HostedServiceListResponse.IEnumerable.GetEnumerator Method ()

 

Retrieves an object that can iterate through a collection of HostedServiceListResponse.HostedService objects.

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

Syntax

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

Return Value

Type: System.Collections.IEnumerator

An enumerator object.

Implements

IEnumerable.GetEnumerator()

See Also

HostedServiceListResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top