BasicAuthentication Constructor (String)
Initializes a new instance of the BasicAuthentication class with required arguments.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Usage
'Usage
Dim username As String
Dim instance As New BasicAuthentication(username)
Syntax
'Declaration
Public Sub New ( _
username As String _
)
public BasicAuthentication (
string username
)
public:
BasicAuthentication (
String^ username
)
public BasicAuthentication (
String username
)
public function BasicAuthentication (
username : String
)
Remarks
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
BasicAuthentication Class
BasicAuthentication Members
Microsoft.WindowsAzure.Scheduler.Models Namespace