你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScopeJobProperties 构造函数

定义

重载

ScopeJobProperties()

初始化 ScopeJobProperties 类的新实例。

ScopeJobProperties(String, String, IList<ScopeJobResource>, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String)

初始化 ScopeJobProperties 类的新实例。

ScopeJobProperties()

初始化 ScopeJobProperties 类的新实例。

public ScopeJobProperties ();
Public Sub New ()

适用于

ScopeJobProperties(String, String, IList<ScopeJobResource>, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String)

初始化 ScopeJobProperties 类的新实例。

public ScopeJobProperties (string script, string runtimeVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobResource> resources = default, string userAlgebraPath = default, string notifier = default, TimeSpan? totalCompilationTime = default, TimeSpan? totalQueuedTime = default, TimeSpan? totalRunningTime = default, TimeSpan? totalPausedTime = default, string rootProcessNodeId = default, string yarnApplicationId = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobProperties : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobResource> * string * string * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobProperties
Public Sub New (script As String, Optional runtimeVersion As String = Nothing, Optional resources As IList(Of ScopeJobResource) = Nothing, Optional userAlgebraPath As String = Nothing, Optional notifier As String = Nothing, Optional totalCompilationTime As Nullable(Of TimeSpan) = Nothing, Optional totalQueuedTime As Nullable(Of TimeSpan) = Nothing, Optional totalRunningTime As Nullable(Of TimeSpan) = Nothing, Optional totalPausedTime As Nullable(Of TimeSpan) = Nothing, Optional rootProcessNodeId As String = Nothing, Optional yarnApplicationId As String = Nothing)

参数

script
String

要运行的脚本。 请注意,最大脚本大小为 3 MB。

runtimeVersion
String

要用于运行的特定作业类型的Data Lake Analytics引擎的运行时版本。

resources
IList<ScopeJobResource>

作业所需的资源列表。

userAlgebraPath
String

作业完成后的代数文件路径。

notifier
String

电子邮件地址列表,用分号分隔,用于在作业达到终端状态时发出通知。

totalCompilationTime
Nullable<TimeSpan>

此作业用于编译的总时间。 此值不应由用户设置,如果此值为 ,则将忽略该值。

totalQueuedTime
Nullable<TimeSpan>

此作业排队所用的总时间。 此值不应由用户设置,如果此值为 ,则将忽略该值。

totalRunningTime
Nullable<TimeSpan>

此作业执行所用的总时间。 此值不应由用户设置,如果此值为 ,则将忽略该值。

totalPausedTime
Nullable<TimeSpan>

此作业暂停所用的总时间。 此值不应由用户设置,如果此值为 ,则将忽略该值。

rootProcessNodeId
String

用于标识协调作业执行的作业管理器的 ID。 此值不应由用户设置,如果此值为 ,则将忽略该值。

yarnApplicationId
String

用于标识执行作业的 yarn 应用程序的 ID。 此值不应由用户设置,如果此值为 ,则将忽略该值。

适用于