你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ScopeJobProperties 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
电子邮件地址列表,用分号分隔,用于在作业达到终端状态时发出通知。
- rootProcessNodeId
- String
用于标识协调作业执行的作业管理器的 ID。 此值不应由用户设置,如果此值为 ,则将忽略该值。
- yarnApplicationId
- String
用于标识执行作业的 yarn 应用程序的 ID。 此值不应由用户设置,如果此值为 ,则将忽略该值。