CloudTask.FilesToStage Property

Definition

Gets or sets a list of files to be staged for the task.

public System.Collections.Generic.IList<Microsoft.Azure.Batch.FileStaging.IFileStagingProvider> FilesToStage { get; set; }
member this.FilesToStage : System.Collections.Generic.IList<Microsoft.Azure.Batch.FileStaging.IFileStagingProvider> with get, set
Public Property FilesToStage As IList(Of IFileStagingProvider)

Property Value

Applies to