Compartir a través de


CloudPool.UserAccounts Propiedad

Definición

Obtiene o establece la lista de cuentas de usuario que se van a crear en cada nodo de proceso del grupo.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a