CloudPool.UserAccounts Property

Definition

Gets or sets the list of user accounts to be created on each node in the pool.

public System.Collections.Generic.IList<Microsoft.Azure.Batch.UserAccount> UserAccounts { get; set; }
member this.UserAccounts : System.Collections.Generic.IList<Microsoft.Azure.Batch.UserAccount> with get, set
Public Property UserAccounts As IList(Of UserAccount)

Property Value

Applies to