次の方法で共有


BuildJobParameters コンストラクター

定義

オーバーロード

BuildJobParameters()

BuildJobParameters クラスの新しいインスタンスを初期化します。

BuildJobParameters(JobType, CreateJobProperties, String)

BuildJobParameters クラスの新しいインスタンスを初期化します。

BuildJobParameters()

BuildJobParameters クラスの新しいインスタンスを初期化します。

public BuildJobParameters();
Public Sub New ()

適用対象

BuildJobParameters(JobType, CreateJobProperties, String)

BuildJobParameters クラスの新しいインスタンスを初期化します。

public BuildJobParameters(Microsoft.Azure.Management.DataLake.Analytics.Models.JobType type, Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobProperties properties, string name = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.BuildJobParameters : Microsoft.Azure.Management.DataLake.Analytics.Models.JobType * Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobProperties * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.BuildJobParameters
Public Sub New (type As JobType, properties As CreateJobProperties, Optional name As String = Nothing)

パラメーター

type
JobType

現在のジョブのジョブの種類 (Hive、USql、またはスコープ (内部使用のみ) )。 使用可能な値は、'USql'、'Hive'、'Scope' です。

properties
CreateJobProperties

ジョブ固有のプロパティ。

name
String

ビルドするジョブのフレンドリ名。

適用対象