BasicAuthentication Class

Definition

Basic authentication for job

public class BasicAuthentication : Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication
type BasicAuthentication = class
    inherit HttpAuthentication
Public Class BasicAuthentication
Inherits HttpAuthentication
Inheritance
BasicAuthentication

Constructors

BasicAuthentication()

Initializes a new instance of the BasicAuthentication class.

BasicAuthentication(String)

Initializes a new instance of the BasicAuthentication class with required arguments.

Properties

Password

Optional. Gets or sets the password.

Type

Optional. Specifies the authentication type

(Inherited from HttpAuthentication)
Username

Required. Gets or sets the username.

Applies to