Share via


BatchJobReleaseTask.ResourceFiles Property

Definition

A list of files that the Batch service will download to the Compute Node before running the command line. There is a maximum size for the list of resource files. When the max size is exceeded, the request will fail and the response error code will be RequestEntityTooLarge. If this occurs, the collection of ResourceFiles must be reduced in size. This can be achieved using .zip files, Application Packages, or Docker Containers. Files listed under this element are located in the Task's working directory.

public System.Collections.Generic.IList<Azure.Compute.Batch.ResourceFile> ResourceFiles { get; }
member this.ResourceFiles : System.Collections.Generic.IList<Azure.Compute.Batch.ResourceFile>
Public ReadOnly Property ResourceFiles As IList(Of ResourceFile)

Property Value

Applies to