Syntax
public
Task<int?> Jobs_CreateJobAsync(string JobType_Code, string Plan_Name, int? Raft_Id, int? Schedule_Id, string Job_Name, string JobTarget_Code, System.DateTime? Start_Date, Inedo.Data.YNIndicator? Simulation_Indicator, string ServerIds_Csv, string ServerRoleIds_Csv, string EnvironmentIds_Csv, int? TriggeredByTemplate_Id, int? Job_Id)
Parameters
- JobType_Code
- Type: string
- Plan_Name
- Type: string
- Raft_Id
- Type: int?
- Schedule_Id
- Type: int?
- Job_Name
- Type: string
- JobTarget_Code
- Type: string
- Start_Date
- Type: System.DateTime?
- Simulation_Indicator
- Type: Inedo.Data.YNIndicator?
- ServerIds_Csv
- Type: string
- ServerRoleIds_Csv
- Type: string
- EnvironmentIds_Csv
- Type: string
- TriggeredByTemplate_Id
- Type: int?
- Job_Id
- Type: int?