共用方式為


StartTask.ResourceFiles 屬性

定義

取得或設定 Batch 服務在執行命令列之前會下載至計算節點的檔案清單。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於