TriggeredWebJob.HistoryUrl Property

 

Optional. The url to get the latest job runs.

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

Syntax

public string HistoryUrl { get; set; }
public:
property String^ HistoryUrl {
    String^ get();
    void set(String^ value);
}
member HistoryUrl : string with get, set
Public Property HistoryUrl As String

Property Value

Type: System.String

See Also

TriggeredWebJob Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top