JobStepExecutionsOperations interface

Interface représentant une opération JobStepExecutions.

Propriétés

get

Obtient une exécution par étapes d’exécution d’un travail.

listByJobExecution

Liste les étapes d’exécution d’une tâche.

Détails de la propriété

get

Obtient une exécution par étapes d’exécution d’un travail.

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

Valeur de propriété

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

listByJobExecution

Liste les étapes d’exécution d’une tâche.

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

Valeur de propriété

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