Sdílet prostřednictvím


JobCreateParameters.EnvironmentVariables Vlastnost

Definice

Získá nebo nastaví proměnné prostředí.

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

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute

Poznámky

Seznam uživatelem definovaných proměnných prostředí, které budou pro úlohu nastaveny.

Platí pro