Share via


HttpAuthentication.Type Property

 

Optional. Specifies the authentication type

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Scheduler.Models.HttpAuthenticationType

See Also

HttpAuthentication Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top