OperatingSystemListFamiliesResponse.GetEnumerator Method ()
Retrieves an object that can iterate through a collection of OperatingSystemListFamiliesResponse.OperatingSystemFamily objects.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public IEnumerator<OperatingSystemListFamiliesResponse.OperatingSystemFamily> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<OperatingSystemListFamiliesResponse.OperatingSystemFamily>An enumerator object.
Implements
IEnumerable<T>.GetEnumerator()
Show: