Share via


TestCreateOrUpdate interface

Methods

delete(RequestParameters)

Delete a test by its name.

get(RequestParameters)

Get load test details by test name

patch(TestCreateOrUpdateParameters)

Create a new test or update an existing test.

Method Details

delete(RequestParameters)

Delete a test by its name.

function delete(options?: RequestParameters): StreamableMethod<TestDelete204Response | TestDeleteDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get load test details by test name

function get(options?: RequestParameters): StreamableMethod<TestGet200Response | TestGetDefaultResponse>

Parameters

Returns

patch(TestCreateOrUpdateParameters)

Create a new test or update an existing test.

function patch(options: TestCreateOrUpdateParameters): StreamableMethod<TestCreateOrUpdate200Response | TestCreateOrUpdate201Response | TestCreateOrUpdateDefaultResponse>

Parameters

Returns