JobStepExecutionsOperations interface

واجهة تمثل عمليات JobStepExecutions.

الخصائص

get

يحصل على تنفيذ خطوة لتنفيذ المهمة.

listByJobExecution

يسرد تنفيذ الخطوات لتنفيذ الوظيفة.

تفاصيل الخاصية

get

يحصل على تنفيذ خطوة لتنفيذ المهمة.

get: (resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, stepName: string, options?: JobStepExecutionsGetOptionalParams) => Promise<JobExecution>

قيمة الخاصية

(resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, stepName: string, options?: JobStepExecutionsGetOptionalParams) => Promise<JobExecution>

listByJobExecution

يسرد تنفيذ الخطوات لتنفيذ الوظيفة.

listByJobExecution: (resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, options?: JobStepExecutionsListByJobExecutionOptionalParams) => PagedAsyncIterableIterator<JobExecution, JobExecution[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, serverName: string, jobAgentName: string, jobName: string, jobExecutionId: string, options?: JobStepExecutionsListByJobExecutionOptionalParams) => PagedAsyncIterableIterator<JobExecution, JobExecution[], PageSettings>