TriggerRunsOperations interface
Interface representando uma operação TriggerRuns.
Propriedades
| cancel | Cancele uma única instância de gatilho por runId. |
| query |
O gatilho de consulta é executado. |
| rerun | Execute novamente a instância de gatilho único por runId. |
Detalhes da propriedade
cancel
Cancele uma única instância de gatilho por runId.
cancel: (resourceGroupName: string, factoryName: string, triggerName: string, runId: string, options?: TriggerRunsCancelOptionalParams) => Promise<void>
Valor da propriedade
(resourceGroupName: string, factoryName: string, triggerName: string, runId: string, options?: TriggerRunsCancelOptionalParams) => Promise<void>
queryByFactory
O gatilho de consulta é executado.
queryByFactory: (resourceGroupName: string, factoryName: string, filterParameters: RunFilterParameters, options?: TriggerRunsQueryByFactoryOptionalParams) => Promise<TriggerRunsQueryResponse>
Valor da propriedade
(resourceGroupName: string, factoryName: string, filterParameters: RunFilterParameters, options?: TriggerRunsQueryByFactoryOptionalParams) => Promise<TriggerRunsQueryResponse>
rerun
Execute novamente a instância de gatilho único por runId.
rerun: (resourceGroupName: string, factoryName: string, triggerName: string, runId: string, options?: TriggerRunsRerunOptionalParams) => Promise<void>
Valor da propriedade
(resourceGroupName: string, factoryName: string, triggerName: string, runId: string, options?: TriggerRunsRerunOptionalParams) => Promise<void>