次の方法で共有


AzureCliScript.EnvironmentVariables プロパティ

定義

スクリプトに渡す環境変数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象