UserAccountSettings 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
UserAccountSettings() |
Initializes a new instance of the UserAccountSettings class. |
UserAccountSettings(String, String, String) |
Initializes a new instance of the UserAccountSettings class. |
UserAccountSettings()
Initializes a new instance of the UserAccountSettings class.
public UserAccountSettings ();
Public Sub New ()
Applies to
UserAccountSettings(String, String, String)
Initializes a new instance of the UserAccountSettings class.
public UserAccountSettings (string adminUserName, string adminUserSshPublicKey = default, string adminUserPassword = default);
new Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings : string * string * string -> Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings
Public Sub New (adminUserName As String, Optional adminUserSshPublicKey As String = Nothing, Optional adminUserPassword As String = Nothing)
Parameters
- adminUserName
- String
User name.
- adminUserSshPublicKey
- String
SSH public key.
- adminUserPassword
- String
Password.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET