JobHttpRequest.Authentication Property

 

Optional. Gets or sets the request authentication.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication

See Also

JobHttpRequest Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top