Job.OutputDirectories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets output directories.
[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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
A list of output directories for the job.