Condividi tramite


NodeUpdateUserParameter Class

Definition

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