TestProfileRunAdministrationGetTestProfileRun interface
Metoder
| delete(Request |
Ta bort en befintlig belastningstestprofil som körs genom att ange testprofilens körnings-ID. |
| get(Request |
Hämta testprofilens körningsinformation via testprofilens körnings-ID. |
| patch(Test |
Skapa och starta en ny testprofilkörning med det angivna testprofilkörnings-ID:t. |
Metodinformation
delete(RequestParameters)
Ta bort en befintlig belastningstestprofil som körs genom att ange testprofilens körnings-ID.
function delete(options?: RequestParameters): StreamableMethod<TestProfileRunAdministrationDeleteTestProfileRun204Response | TestProfileRunAdministrationDeleteTestProfileRunDefaultResponse>
Parametrar
- options
- RequestParameters
Returer
get(RequestParameters)
Hämta testprofilens körningsinformation via testprofilens körnings-ID.
function get(options?: RequestParameters): StreamableMethod<TestProfileRunAdministrationGetTestProfileRun200Response | TestProfileRunAdministrationGetTestProfileRunDefaultResponse>
Parametrar
- options
- RequestParameters
Returer
patch(TestProfileRunAdministrationCreateOrUpdateTestProfileRunParameters)
Skapa och starta en ny testprofilkörning med det angivna testprofilkörnings-ID:t.
function patch(options: TestProfileRunAdministrationCreateOrUpdateTestProfileRunParameters): StreamableMethod<TestProfileRunAdministrationCreateOrUpdateTestProfileRun200Response | TestProfileRunAdministrationCreateOrUpdateTestProfileRun201Response | TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultResponse>