ScenarioRunsOperations interface
Interface representing a ScenarioRuns operations.
Properties
| cancel | Cancel the currently running scenario execution. |
| get | Get a scenario run. |
| list |
Get a list of scenario runs. |
Property Details
cancel
Cancel the currently running scenario execution.
cancel: (resourceGroupName: string, workspaceName: string, scenarioName: string, runId: string, options?: ScenarioRunsCancelOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, scenarioName: string, runId: string, options?: ScenarioRunsCancelOptionalParams) => Promise<void>
get
Get a scenario run.
get: (resourceGroupName: string, workspaceName: string, scenarioName: string, runId: string, options?: ScenarioRunsGetOptionalParams) => Promise<ScenarioRun>
Property Value
(resourceGroupName: string, workspaceName: string, scenarioName: string, runId: string, options?: ScenarioRunsGetOptionalParams) => Promise<ScenarioRun>
listAll
Get a list of scenario runs.
listAll: (resourceGroupName: string, workspaceName: string, scenarioName: string, options?: ScenarioRunsListAllOptionalParams) => PagedAsyncIterableIterator<ScenarioRun, ScenarioRun[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, scenarioName: string, options?: ScenarioRunsListAllOptionalParams) => PagedAsyncIterableIterator<ScenarioRun, ScenarioRun[], PageSettings>