다음을 통해 공유


Job.InputDirectories 속성

정의

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

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

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

적용 대상