generate_test_run_insights
Creates, updates, deletes, gets or lists a generate_test_run_insights resource.
Overview
| Name | generate_test_run_insights |
| Type | Resource |
| Id | azure.developer_loadtesting.generate_test_run_insights |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
generate_test_run_insights | exec | test_run_id, endpoint | Generate insights for the test run. Generate insights for the test run. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: ) |
test_run_id | string | Unique name for the load test run, must contain only lower-case alphabetic, numeric, underscore or hyphen characters. Required. |
Lifecycle Methods
- generate_test_run_insights
Generate insights for the test run. Generate insights for the test run.
EXEC azure.developer_loadtesting.generate_test_run_insights.generate_test_run_insights
@test_run_id='{{ test_run_id }}' --required,
@endpoint='{{ endpoint }}' --required
;