다음을 통해 공유


Job.OutputDirectories 속성

정의

출력 디렉터리를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

작업에 대한 출력 디렉터리 목록입니다.

적용 대상