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