NodeUpdateUserParameter Class
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.
The set of changes to be made to a user Account on a Compute Node.
public class NodeUpdateUserParameter
type NodeUpdateUserParameter = class
Public Class NodeUpdateUserParameter
- Inheritance
-
NodeUpdateUserParameter
Constructors
NodeUpdateUserParameter() |
Initializes a new instance of the NodeUpdateUserParameter class. |
NodeUpdateUserParameter(String, Nullable<DateTime>, String) |
Initializes a new instance of the NodeUpdateUserParameter class. |
Properties
ExpiryTime |
Gets or sets the time at which the Account should expire. |
Password |
Gets or sets the password of the Account. |
SshPublicKey |
Gets or sets the SSH public key that can be used for remote login to the Compute Node. |
Applies to
Azure SDK for .NET