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