JobStepExecutionsOperations interface
Interface representing a JobStepExecutions operations.
Properties
| get | Gets a step execution of a job execution. |
| list |
Lists the step executions of a job execution. |
Property Details
get
Gets a step execution of a job execution.
get: (resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, stepName: string, options?: JobStepExecutionsGetOptionalParams) => Promise<JobExecution>
Property Value
(resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, stepName: string, options?: JobStepExecutionsGetOptionalParams) => Promise<JobExecution>
listByJobExecution
Lists the step executions of a job execution.
listByJobExecution: (resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, options?: JobStepExecutionsListByJobExecutionOptionalParams) => PagedAsyncIterableIterator<JobExecution, JobExecution[], PageSettings>
Property Value
(resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, options?: JobStepExecutionsListByJobExecutionOptionalParams) => PagedAsyncIterableIterator<JobExecution, JobExecution[], PageSettings>