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.
Optional. The list of logs.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
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)
Property Value
Type: System.Collections.Generic.IList<DeploymentLog>
See Also
DeploymentListLogsResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top