LoadTestRunGetTestRun interface

Yöntemler

delete(RequestParameters)

testRunId değerini sağlayarak mevcut bir yük testi çalıştırmasını silin.

get(RequestParameters)

Test çalıştırması kimliğine göre test çalıştırması ayrıntılarını alın.

patch(LoadTestRunCreateOrUpdateTestRunParameters)

Verilen test çalıştırması kimliğiyle yeni bir test çalıştırması oluşturun ve başlatın.

Yöntem Ayrıntıları

delete(RequestParameters)

testRunId değerini sağlayarak mevcut bir yük testi çalıştırmasını silin.

function delete(options?: RequestParameters): StreamableMethod<LoadTestRunDeleteTestRun204Response | LoadTestRunDeleteTestRunDefaultResponse>

Parametreler

Döndürülenler

get(RequestParameters)

Test çalıştırması kimliğine göre test çalıştırması ayrıntılarını alın.

function get(options?: RequestParameters): StreamableMethod<LoadTestRunGetTestRun200Response | LoadTestRunGetTestRunDefaultResponse>

Parametreler

Döndürülenler

patch(LoadTestRunCreateOrUpdateTestRunParameters)

Verilen test çalıştırması kimliğiyle yeni bir test çalıştırması oluşturun ve başlatın.

function patch(options: LoadTestRunCreateOrUpdateTestRunParameters): StreamableMethod<LoadTestRunCreateOrUpdateTestRun200Response | LoadTestRunCreateOrUpdateTestRun201Response | LoadTestRunCreateOrUpdateTestRunDefaultResponse>

Parametreler

Döndürülenler