CreateJobSchedule interface
Methods
| get(List |
Lists all of the Job Schedules in the specified Account. |
| post(Create |
Creates a Job Schedule to the specified Account. |
Method Details
get(ListJobSchedulesParameters)
Lists all of the Job Schedules in the specified Account.
function get(options?: ListJobSchedulesParameters): StreamableMethod<ListJobSchedules200Response | ListJobSchedulesDefaultResponse>
Parameters
- options
- ListJobSchedulesParameters
Returns
post(CreateJobScheduleParameters)
Creates a Job Schedule to the specified Account.
function post(options: CreateJobScheduleParameters): StreamableMethod<CreateJobSchedule201Response | CreateJobScheduleDefaultResponse>
Parameters
- options
- CreateJobScheduleParameters