PoolAddParameter.UserAccounts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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