Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
UserAccount |
UserAccount.withElevationLevel(ElevationLevel elevationLevel)
Set the elevationLevel value.
|
UserAccount |
UserAccount.withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)
Set the linuxUserConfiguration value.
|
UserAccount |
UserAccount.withName(String name)
Set the name value.
|
UserAccount |
UserAccount.withPassword(String password)
Set the password value.
|
Modifier and Type | Method and Description |
---|---|
List<UserAccount> |
CloudPool.userAccounts()
Get the userAccounts value.
|
List<UserAccount> |
PoolSpecification.userAccounts()
Get the userAccounts value.
|
List<UserAccount> |
PoolAddParameter.userAccounts()
Get the userAccounts value.
|
Modifier and Type | Method and Description |
---|---|
CloudPool |
CloudPool.withUserAccounts(List<UserAccount> userAccounts)
Set the userAccounts value.
|
PoolSpecification |
PoolSpecification.withUserAccounts(List<UserAccount> userAccounts)
Set the userAccounts value.
|
PoolAddParameter |
PoolAddParameter.withUserAccounts(List<UserAccount> userAccounts)
Set the userAccounts value.
|
Copyright © 2019. All rights reserved.