TestProfileAdministrationCreateOrUpdateTestProfile interface
Metoder
| delete(Request |
Ta bort en testprofil med dess testprofil-ID. |
| get(Request |
Hämta information om belastningstestprofilen efter testprofil-ID. |
| patch(Test |
Skapa en ny testprofil eller uppdatera en befintlig testprofil genom att ange testprofil-ID:t. |
Metodinformation
delete(RequestParameters)
Ta bort en testprofil med dess testprofil-ID.
function delete(options?: RequestParameters): StreamableMethod<TestProfileAdministrationDeleteTestProfile204Response | TestProfileAdministrationDeleteTestProfileDefaultResponse>
Parametrar
- options
- RequestParameters
Returer
get(RequestParameters)
Hämta information om belastningstestprofilen efter testprofil-ID.
function get(options?: RequestParameters): StreamableMethod<TestProfileAdministrationGetTestProfile200Response | TestProfileAdministrationGetTestProfileDefaultResponse>
Parametrar
- options
- RequestParameters
Returer
patch(TestProfileAdministrationCreateOrUpdateTestProfileParameters)
Skapa en ny testprofil eller uppdatera en befintlig testprofil genom att ange testprofil-ID:t.
function patch(options: TestProfileAdministrationCreateOrUpdateTestProfileParameters): StreamableMethod<TestProfileAdministrationCreateOrUpdateTestProfile200Response | TestProfileAdministrationCreateOrUpdateTestProfile201Response | TestProfileAdministrationCreateOrUpdateTestProfileDefaultResponse>