CloudPool.UserAccounts Property

Definition

Gets or sets the list of user Accounts to be created on each Compute Node in the Pool.

[Newtonsoft.Json.JsonProperty(PropertyName="userAccounts")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.UserAccount> UserAccounts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userAccounts")>]
member this.UserAccounts : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.UserAccount> with get, set
Public Property UserAccounts As IList(Of UserAccount)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to