Compartilhar via


Método DeploymentListLogsResponse.GetEnumerator ()

 

Obtém a sequência de Logs.

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

Sintaxe

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)

Valor de retorno

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

Implementações

IEnumerable<T>.GetEnumerator()

Consulte também

Classe DeploymentListLogsResponse
Namespace Microsoft.WindowsAzure.WebSitesExtensions.Models

Retornar ao topo