Share via


CreateScopeJobProperties.Resources Property

Definition

Gets or sets the list of resources that are required by the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to