OperatingSystemListResponse.GetEnumerator Method ()
Retrieves an object that can iterate through a collection of OperatingSystemListResponse.OperatingSystem objects.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Public Function GetEnumerator As IEnumerator(Of OperatingSystemListResponse.OperatingSystem)
Return Value
Type: System.Collections.Generic.IEnumerator(Of OperatingSystemListResponse.OperatingSystem)An enumerator object.
Implements
IEnumerable(Of T).GetEnumerator()
Show: