JobCreateParameters.Secrets 속성

정의

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

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

작업에 대해 설정될 비밀 값이 있는 사용자 정의 환경 변수 목록입니다. 서버는 이러한 변수의 값을 다시 보고하지 않습니다.

적용 대상