StartTask.ResourceFiles Property

Definition

Gets or sets a list of files that the Batch service will download to the compute node before running the command line.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to