Share via


CreateScopeJobProperties Constructors

Definition

Overloads

CreateScopeJobProperties()

Initializes a new instance of the CreateScopeJobProperties class.

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

Initializes a new instance of the CreateScopeJobProperties class.

CreateScopeJobProperties()

Initializes a new instance of the CreateScopeJobProperties class.

public CreateScopeJobProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CreateScopeJobProperties class.

public CreateScopeJobProperties (string script, string runtimeVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobResource> resources = default, string notifier = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.CreateScopeJobProperties : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobResource> * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.CreateScopeJobProperties
Public Sub New (script As String, Optional runtimeVersion As String = Nothing, Optional resources As IList(Of ScopeJobResource) = Nothing, Optional notifier As String = Nothing)

Parameters

script
String

The script to run. Please note that the maximum script size is 3 MB.

runtimeVersion
String

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

resources
IList<ScopeJobResource>

The list of resources that are required by the job.

notifier
String

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

Applies to