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

備註

作業的輸出目錄清單。

適用於