JobScheduleCreateParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JobScheduleCreateParameters() |
JobScheduleCreateParameters クラスの新しいインスタンスを初期化します。 |
JobScheduleCreateParameters(JobScheduleCreateProperties) | |
JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>) |
JobScheduleCreateParameters クラスの新しいインスタンスを初期化します。 |
JobScheduleCreateParameters()
JobScheduleCreateParameters クラスの新しいインスタンスを初期化します。
public JobScheduleCreateParameters();
Public Sub New ()
適用対象
JobScheduleCreateParameters(JobScheduleCreateProperties)
public JobScheduleCreateParameters(Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties properties);
new Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (properties As JobScheduleCreateProperties)
パラメーター
- properties
- JobScheduleCreateProperties
適用対象
JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)
JobScheduleCreateParameters クラスの新しいインスタンスを初期化します。
public JobScheduleCreateParameters(Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty schedule, Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty runbook, string runOn = default, System.Collections.Generic.IDictionary<string,string> parameters = default);
new Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty * Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (schedule As ScheduleAssociationProperty, runbook As RunbookAssociationProperty, Optional runOn As String = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing)
パラメーター
- schedule
- ScheduleAssociationProperty
スケジュールを取得または設定します。
- runbook
- RunbookAssociationProperty
Runbook を取得または設定します。
- runOn
- String
スケジュールされたジョブを実行するハイブリッド worker グループを取得または設定します。
- parameters
- IDictionary<String,String>
ジョブのプロパティの一覧を取得または設定します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET