JobStepExecutionsOperations interface

Interface representando uma operação JobStepExecutions.

Propriedades

get

Recebe uma execução em etapas de execução de trabalho.

listByJobExecution

Lista as execuções de etapas de uma execução de trabalho.

Detalhes da propriedade

get

Recebe uma execução em etapas de execução de trabalho.

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

Valor da propriedade

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

listByJobExecution

Lista as execuções de etapas de uma execução de trabalho.

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

Valor da propriedade

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