Compartir a través de


ContinuousWebJob.LogUrl Property

 

Optional. The url to the job's log file.

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

Syntax

public Uri LogUrl { get; set; }
public:
property Uri^ LogUrl {
    Uri^ get();
    void set(Uri^ value);
}
member LogUrl : Uri with get, set
Public Property LogUrl As Uri

Property Value

Type: System.Uri

See Also

ContinuousWebJob Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top