VaultScheduledJobManagementOperations is an interface for managing scheduled jobs in a vault.
AddScheduledJob | Add the specified scheduled job to the vault. |
CancelScheduledJob | Cancels the execution of the specified scheduled job. |
GetScheduledJob | Gets the specified scheduled job. |
GetScheduledJobRunInfo | Gets run information on the specified scheduled job. |
GetScheduledJobs | Gets all scheduled jobs in the vault. |
ModifyScheduledJob | Modifies the specified scheduled job in the vault. |
RemoveScheduledJob | Deletes the specified scheduled job from the vault. |
StartScheduledJob | Starts the execution of the specified scheduled job. |