Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserAccount

Package version

An interface representing UserAccount.

summary

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

Hierarchy

  • UserAccount

Index

Properties

Optional elevationLevel

elevationLevel: ElevationLevel

The elevation level of the user account. The default value is nonAdmin. Possible values include: 'nonAdmin', 'admin'

Optional linuxUserConfiguration

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

The name of the user account.

password

password: string

The password for the user account.

Optional windowsUserConfiguration

windowsUserConfiguration: WindowsUserConfiguration

The Windows-specific user configuration for the user account. This property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options.

Generated using TypeDoc