JobHttpRequest.Uri Property

 

Required. Gets or sets Uri of the endpoint to invoke.

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

Syntax

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

Property Value

Type: System.Uri

See Also

JobHttpRequest Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top