JobStep コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
リソースの種類。
ジョブ内のジョブ ステップのインデックス。 ジョブ ステップの作成時に指定しない場合は、最後のステップとして作成されます。 ジョブ ステップの更新時に指定しない場合、ステップ ID は変更されません。
- output
- JobStepOutput
ジョブ ステップの出力先プロパティ。
- executionOptions
- JobStepExecutionOptions
ジョブ ステップの実行オプション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET