Share via


Pool.UpdateStages.WithUserAccounts Interface

public static interface Pool.UpdateStages.WithUserAccounts

The stage of the Pool update allowing to specify userAccounts.

Method Summary

Modifier and Type Method and Description
abstract Update withUserAccounts(List<UserAccount> userAccounts)

Specifies the userAccounts property: The list of user accounts to be created on each node in the pool..

Method Details

withUserAccounts

public abstract Pool.Update withUserAccounts(List<UserAccount> userAccounts)

Specifies the userAccounts property: The list of user accounts to be created on each node in the pool..

Parameters:

userAccounts - The list of user accounts to be created on each node in the pool.

Returns:

the next definition stage.

Applies to