TriggeredWebJobRun.OutputUrl Property
Optional. The url to get the WebJob run log.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Uri OutputUrl { get; set; }
public:
property Uri^ OutputUrl {
Uri^ get();
void set(Uri^ value);
}
member OutputUrl : Uri with get, set
Public Property OutputUrl As Uri
Property Value
Type: System.Uri
See Also
TriggeredWebJobRun Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top