Condividi tramite


ComputeNodeUser Class

Definition

A user Account for RDP or SSH access on a Compute Node.

public class ComputeNodeUser
type ComputeNodeUser = class
Public Class ComputeNodeUser
Inheritance
ComputeNodeUser

Constructors

ComputeNodeUser()

Initializes a new instance of the ComputeNodeUser class.

ComputeNodeUser(String, Nullable<Boolean>, Nullable<DateTime>, String, String)

Initializes a new instance of the ComputeNodeUser class.

Properties

ExpiryTime

Gets or sets the time at which the Account should expire.

IsAdmin

Gets or sets whether the Account should be an administrator on the Compute Node.

Name

Gets or sets the user name of the Account.

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