| Modifier and Type | Method and Description |
|---|---|
UserAccount |
UserAccount.withElevationLevel(ElevationLevel elevationLevel)
Set nonAdmin - The auto user is a standard user without elevated access.
|
UserAccount |
UserAccount.withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)
Set this property is ignored if specified on a Windows pool.
|
UserAccount |
UserAccount.withName(String name)
Set the name value.
|
UserAccount |
UserAccount.withPassword(String password)
Set the password value.
|
UserAccount |
UserAccount.withWindowsUserConfiguration(WindowsUserConfiguration windowsUserConfiguration)
Set this property can only be specified if the user is on a Windows pool.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserAccount> |
Pool.userAccounts() |
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withUserAccounts(List<UserAccount> userAccounts)
Specifies the user accounts value.
|
Pool.UpdateDefinitionStages.WithAttach<ParentT> |
Pool.UpdateDefinitionStages.WithAttach.withUserAccounts(List<UserAccount> userAccounts)
Specifies the user accounts value.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withUserAccounts(List<UserAccount> userAccounts)
Specifies the user accounts value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/