次の方法で共有


CreateScopeJobProperties.Resources プロパティ

定義

ジョブに必要なリソースの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="resources")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobResource> Resources { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resources")>]
member this.Resources : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobResource> with get, set
Public Property Resources As IList(Of ScopeJobResource)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象