共用方式為


Pool.UserAccounts 屬性

定義

取得或設定要建立于集區中每個節點上的使用者帳戶清單。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於