Share via


ManagementCertificateListResponse.GetEnumerator Method ()

 

Retrieves an object that can iterate through a collection of ManagementCertificateListResponse.SubscriptionCertificate objects.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public IEnumerator<ManagementCertificateListResponse.SubscriptionCertificate> GetEnumerator()
public:
virtual IEnumerator<ManagementCertificateListResponse::SubscriptionCertificate^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<ManagementCertificateListResponse.SubscriptionCertificate>
override GetEnumerator : unit -> IEnumerator<ManagementCertificateListResponse.SubscriptionCertificate>
Public Function GetEnumerator As IEnumerator(Of ManagementCertificateListResponse.SubscriptionCertificate)

Return Value

Type: System.Collections.Generic.IEnumerator<ManagementCertificateListResponse.SubscriptionCertificate>

An enumerator object.

Implements

IEnumerable<T>.GetEnumerator()

See Also

ManagementCertificateListResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top