WorkflowRunActionRequestHistories interface
Interface representing a WorkflowRunActionRequestHistories.
Methods
get(string, string, string, string, string, Workflow |
Gets a workflow run request history. |
list(string, string, string, string, Workflow |
List a workflow run request history. |
Method Details
get(string, string, string, string, string, WorkflowRunActionRequestHistoriesGetOptionalParams)
Gets a workflow run request history.
function get(resourceGroupName: string, workflowName: string, runName: string, actionName: string, requestHistoryName: string, options?: WorkflowRunActionRequestHistoriesGetOptionalParams): Promise<RequestHistory>
Parameters
- resourceGroupName
-
string
The resource group name.
- workflowName
-
string
The workflow name.
- runName
-
string
The workflow run name.
- actionName
-
string
The workflow action name.
- requestHistoryName
-
string
The request history name.
The options parameters.
Returns
Promise<RequestHistory>
list(string, string, string, string, WorkflowRunActionRequestHistoriesListOptionalParams)
List a workflow run request history.
function list(resourceGroupName: string, workflowName: string, runName: string, actionName: string, options?: WorkflowRunActionRequestHistoriesListOptionalParams): PagedAsyncIterableIterator<RequestHistory, RequestHistory[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- workflowName
-
string
The workflow name.
- runName
-
string
The workflow run name.
- actionName
-
string
The workflow action name.
The options parameters.