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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET