Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserAccount

Package version

interface

An interface representing UserAccount.

summary

Properties used to create a user on an Azure Batch node.

Hierarchy

  • UserAccount

Index

Properties

Optional elevationLevel

elevationLevel: ElevationLevel
member

{ElevationLevel} [elevationLevel] The elevation level of the user account. nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin. Possible values include: 'NonAdmin', 'Admin'

Optional linuxUserConfiguration

linuxUserConfiguration: LinuxUserConfiguration
member

{LinuxUserConfiguration} [linuxUserConfiguration] The Linux-specific user configuration for the user account. This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options.

name

name: string
member

{string} name The name of the user account.

password

password: string
member

{string} password The password for the user account.

Generated using TypeDoc