JobScheduleOperationsOperations interface
Interface representing a JobScheduleOperations operations.
Properties
| create | Create a job schedule. |
| delete | Delete the job schedule identified by job schedule name. |
| get | Retrieve the job schedule identified by job schedule name. |
| list |
Retrieve a list of job schedules. |
Property Details
create
Create a job schedule.
create: (resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: JobScheduleOperationsCreateOptionalParams) => Promise<JobSchedule>
Property Value
(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: JobScheduleOperationsCreateOptionalParams) => Promise<JobSchedule>
delete
Delete the job schedule identified by job schedule name.
delete: (resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleOperationsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleOperationsDeleteOptionalParams) => Promise<void>
get
Retrieve the job schedule identified by job schedule name.
get: (resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleOperationsGetOptionalParams) => Promise<JobSchedule>
Property Value
(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleOperationsGetOptionalParams) => Promise<JobSchedule>
listByAutomationAccount
Retrieve a list of job schedules.
listByAutomationAccount: (resourceGroupName: string, automationAccountName: string, options?: JobScheduleOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<JobSchedule, JobSchedule[], PageSettings>
Property Value
(resourceGroupName: string, automationAccountName: string, options?: JobScheduleOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<JobSchedule, JobSchedule[], PageSettings>