Share via


Job.InputDirectories Property

Definition

Gets or sets input directories.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A list of input directories for the job.

Applies to