次の方法で共有


JobCreateParameters.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

注釈

ジョブの出力ディレクトリの一覧。

適用対象