DomainJoinCredentials Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DomainJoinCredentials() |
Initializes a new instance of the DomainJoinCredentials class. |
DomainJoinCredentials(String, String) |
Initializes a new instance of the DomainJoinCredentials class with required arguments. |
DomainJoinCredentials()
Initializes a new instance of the DomainJoinCredentials class.
public DomainJoinCredentials();
Public Sub New ()
Applies to
DomainJoinCredentials(String, String)
Initializes a new instance of the DomainJoinCredentials class with required arguments.
public DomainJoinCredentials(string userName, string password);
new Microsoft.WindowsAzure.Management.Compute.Models.DomainJoinCredentials : string * string -> Microsoft.WindowsAzure.Management.Compute.Models.DomainJoinCredentials
Public Sub New (userName As String, password As String)
Parameters
- userName
- String
- password
- String
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.