你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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