Share via


BasicAuthentication Class

 

Basic authentication for job

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication
    Microsoft.WindowsAzure.Scheduler.Models.BasicAuthentication

Syntax

public class BasicAuthentication : HttpAuthentication
public ref class BasicAuthentication : HttpAuthentication
type BasicAuthentication = 
    class
        inherit HttpAuthentication
    end
Public Class BasicAuthentication
    Inherits HttpAuthentication

Constructors

Name Description
BasicAuthentication()

Initializes a new instance of the BasicAuthentication class.

BasicAuthentication(String)

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

Properties

Name Description
Password

Optional. Gets or sets the password.

Type

Optional. Specifies the authentication type(Inherited from HttpAuthentication.)

Username

Required. Gets or sets the username.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top