CreateScopeJobProperties Class

Definition

Scope job properties used when submitting Scope jobs. (Only for use internally with Scope job type.)

[Newtonsoft.Json.JsonObject("Scope")]
public class CreateScopeJobProperties : Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobProperties
[<Newtonsoft.Json.JsonObject("Scope")>]
type CreateScopeJobProperties = class
    inherit CreateJobProperties
Public Class CreateScopeJobProperties
Inherits CreateJobProperties
Inheritance
CreateScopeJobProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

CreateScopeJobProperties()

Initializes a new instance of the CreateScopeJobProperties class.

CreateScopeJobProperties(String, String, IList<ScopeJobResource>, String)

Initializes a new instance of the CreateScopeJobProperties class.

Properties

Notifier

Gets or sets the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.

Resources

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

RuntimeVersion

Gets or sets the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.

(Inherited from CreateJobProperties)
Script

Gets or sets the script to run. Please note that the maximum script size is 3 MB.

(Inherited from CreateJobProperties)

Methods

Validate()

Validate the object.

Applies to