DeploymentGetLogResponse.Log Property
Optional. The deployment log information.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public DeploymentLog Log { get; set; }
public:
property DeploymentLog^ Log {
DeploymentLog^ get();
void set(DeploymentLog^ value);
}
member Log : DeploymentLog with get, set
Public Property Log As DeploymentLog
Property Value
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentLog
See Also
DeploymentGetLogResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top