USqlProperties.Resources Property

 

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

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

public IList<JobResource> Resources { get; set; }
public:
property IList<JobResource^>^ Resources {
    IList<JobResource^>^ get();
    void set(IList<JobResource^>^ value);
}
member Resources : IList<JobResource> with get, set
Public Property Resources As IList(Of JobResource)

Property Value

Type: System.Collections.Generic.IList<JobResource>

See Also

USqlProperties Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top