Share via


DeploymentListLogsResponse.GetEnumerator Method ()

 

Gets the sequence of Logs.

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

Syntax

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

Return Value

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

Implements

IEnumerable<T>.GetEnumerator()

See Also

DeploymentListLogsResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top