WorkflowRuns interface
Интерфейс, представляющий WorkflowRuns.
Методы
cancel(string, string, string, string, Workflow |
Отменяет выполнение рабочего процесса. |
get(string, string, string, string, Workflow |
Возвращает выполнение рабочего процесса. |
list(string, string, string, Workflow |
Возвращает список запусков рабочего процесса. |
Сведения о методе
cancel(string, string, string, string, WorkflowRunsCancelOptionalParams)
Отменяет выполнение рабочего процесса.
function cancel(resourceGroupName: string, name: string, workflowName: string, runName: string, options?: WorkflowRunsCancelOptionalParams): Promise<void>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов, к которой принадлежит ресурс.
- name
-
string
Имя сайта.
- workflowName
-
string
Имя рабочего процесса.
- runName
-
string
Имя запуска рабочего процесса.
- options
- WorkflowRunsCancelOptionalParams
Параметры параметров.
Возвращаемое значение
Promise<void>
get(string, string, string, string, WorkflowRunsGetOptionalParams)
Возвращает выполнение рабочего процесса.
function get(resourceGroupName: string, name: string, workflowName: string, runName: string, options?: WorkflowRunsGetOptionalParams): Promise<WorkflowRun>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов, к которой принадлежит ресурс.
- name
-
string
Имя сайта.
- workflowName
-
string
Имя рабочего процесса.
- runName
-
string
Имя запуска рабочего процесса.
- options
- WorkflowRunsGetOptionalParams
Параметры параметров.
Возвращаемое значение
Promise<WorkflowRun>
list(string, string, string, WorkflowRunsListOptionalParams)
Возвращает список запусков рабочего процесса.
function list(resourceGroupName: string, name: string, workflowName: string, options?: WorkflowRunsListOptionalParams): PagedAsyncIterableIterator<WorkflowRun, WorkflowRun[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов, к которой принадлежит ресурс.
- name
-
string
Имя сайта.
- workflowName
-
string
Имя рабочего процесса.
- options
- WorkflowRunsListOptionalParams
Параметры параметров.