Construtor BasicAuthentication (String)
Initializes a new instance of the BasicAuthentication class with required arguments.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Uso
'Uso
Dim username As String
Dim instance As New BasicAuthentication(username)
Sintaxe
'Declaração
Public Sub New ( _
username As String _
)
public BasicAuthentication (
string username
)
public:
BasicAuthentication (
String^ username
)
public BasicAuthentication (
String username
)
public function BasicAuthentication (
username : String
)
Comentários
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe BasicAuthentication
Membros BasicAuthentication
Namespace Microsoft.WindowsAzure.Scheduler.Models