次の方法で共有


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

適用対象