次の方法で共有


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

適用対象