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