ServiceCertificateListResponse.GetEnumerator Method ()

 

Retrieves an object that can iterate through a collection of ServiceCertificateListResponse.Certificate objects.

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

Syntax

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

Return Value

Type: System.Collections.Generic.IEnumerator<ServiceCertificateListResponse.Certificate>

An enumerator object.

Implements

IEnumerable<T>.GetEnumerator()

See Also

ServiceCertificateListResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top