Delen via


SetupTask.EnvironmentVariables Eigenschap

Definitie

Hiermee worden omgevingsvariabelen opgehaald of ingesteld.

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

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Opmerkingen

Een verzameling door de gebruiker gedefinieerde omgevingsvariabelen die moeten worden ingesteld voor de installatietaak.

Van toepassing op