Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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