Credentials 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
Credentials() |
Initializes a new instance of the Credentials class. |
Credentials(String, String) |
Initializes a new instance of the Credentials class. |
Credentials()
Initializes a new instance of the Credentials class.
public Credentials ();
Public Sub New ()
Applies to
Credentials(String, String)
Initializes a new instance of the Credentials class.
public Credentials (string username, string password = default);
new Microsoft.Azure.Management.LabServices.Models.Credentials : string * string -> Microsoft.Azure.Management.LabServices.Models.Credentials
Public Sub New (username As String, Optional password As String = Nothing)
Parameters
- username
- String
The username to use when signing in to lab VMs.
- password
- String
The password for the user. This is required for the TemplateVM createOption.
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.