Compartilhar via


DeploymentListLogsResponse.Logs Propriedade

 

Opcional. A lista de logs.

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

Sintaxe

public IList<DeploymentLog> Logs { get; set; }
public:
property IList<DeploymentLog^>^ Logs {
    IList<DeploymentLog^>^ get();
    void set(IList<DeploymentLog^>^ value);
}
member Logs : IList<DeploymentLog> with get, set
Public Property Logs As IList(Of DeploymentLog)

Valor de propriedade

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

Consulte também

Classe DeploymentListLogsResponse
Namespace Microsoft.WindowsAzure.WebSitesExtensions.Models

Retornar ao topo