Share via


DeploymentListResponse.GetEnumerator Method ()

 

Gets the sequence of Deployments.

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

Syntax

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

Return Value

Type: System.Collections.Generic.IEnumerator<Deployment>

Implements

IEnumerable<T>.GetEnumerator()

See Also

DeploymentListResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top