다음을 통해 공유


EnvironmentVariableWithSecretValue.Value 속성

정의

값을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public string Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : string with get, set
Public Property Value As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

환경 변수의 값입니다. 이 값은 Batch AI에서 다시 보고되지 않습니다.

적용 대상