Compartir a través de


StartTask.EnvironmentSettings Propiedad

Definición

Obtiene o establece una lista de valores de variables de entorno para la tarea de inicio.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a