HostedServiceListResponse.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
public IEnumerator<HostedServiceListResponse.HostedService> GetEnumerator()
public:
virtual IEnumerator<HostedServiceListResponse::HostedService^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<HostedServiceListResponse.HostedService>
override GetEnumerator : unit -> IEnumerator<HostedServiceListResponse.HostedService>
Public Function GetEnumerator As IEnumerator(Of HostedServiceListResponse.HostedService)
Return Value
Type: System.Collections.Generic.IEnumerator<HostedServiceListResponse.HostedService>
An enumerator object.
Implements
IEnumerable<T>.GetEnumerator()
See Also
HostedServiceListResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top