LoadTestRunGetTestRun interface
Yöntemler
| delete(Request |
testRunId değerini sağlayarak mevcut bir yük testi çalıştırmasını silin. |
| get(Request |
Test çalıştırması kimliğine göre test çalıştırması ayrıntılarını alın. |
| patch(Load |
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
- options
- RequestParameters
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
- options
- RequestParameters
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>