Skip to main content

generate_test_run_insights

Creates, updates, deletes, gets or lists a generate_test_run_insights resource.

Overview

Namegenerate_test_run_insights
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
generate_test_run_insightsexectest_run_id, endpointGenerate 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.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )
test_run_idstringUnique name for the load test run, must contain only lower-case alphabetic, numeric, underscore or hyphen characters. Required.

Lifecycle Methods

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
;