次の方法で共有


JobStep コンストラクター

定義

オーバーロード

JobStep()

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

JobStep(String, String, JobStepAction, String, String, String, Nullable<Int32>, JobStepOutput, JobStepExecutionOptions)

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

JobStep()

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

public JobStep ();
Public Sub New ()

適用対象

JobStep(String, String, JobStepAction, String, String, String, Nullable<Int32>, JobStepOutput, JobStepExecutionOptions)

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

public JobStep (string targetGroup, string credential, Microsoft.Azure.Management.Sql.Models.JobStepAction action, string id = default, string name = default, string type = default, int? stepId = default, Microsoft.Azure.Management.Sql.Models.JobStepOutput output = default, Microsoft.Azure.Management.Sql.Models.JobStepExecutionOptions executionOptions = default);
new Microsoft.Azure.Management.Sql.Models.JobStep : string * string * Microsoft.Azure.Management.Sql.Models.JobStepAction * string * string * string * Nullable<int> * Microsoft.Azure.Management.Sql.Models.JobStepOutput * Microsoft.Azure.Management.Sql.Models.JobStepExecutionOptions -> Microsoft.Azure.Management.Sql.Models.JobStep
Public Sub New (targetGroup As String, credential As String, action As JobStepAction, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional stepId As Nullable(Of Integer) = Nothing, Optional output As JobStepOutput = Nothing, Optional executionOptions As JobStepExecutionOptions = Nothing)

パラメーター

targetGroup
String

ジョブ ステップが実行されるターゲット グループのリソース ID。

credential
String

ターゲットへの接続に使用されるジョブ資格情報のリソース ID。

action
JobStepAction

ジョブ ステップのアクション ペイロード。

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

stepId
Nullable<Int32>

ジョブ内のジョブ ステップのインデックス。 ジョブ ステップの作成時に指定しない場合は、最後のステップとして作成されます。 ジョブ ステップの更新時に指定しない場合、ステップ ID は変更されません。

output
JobStepOutput

ジョブ ステップの出力先プロパティ。

executionOptions
JobStepExecutionOptions

ジョブ ステップの実行オプション。

適用対象