TestCreateOrUpdate interface
Metodi
| delete(Request |
Eliminare un test in base al nome. |
| get(Request |
Ottenere i dettagli del test di carico in base al nome del test |
| patch(Test |
Creare un nuovo test o aggiornare un test esistente. |
Dettagli metodo
delete(RequestParameters)
Eliminare un test in base al nome.
function delete(options?: RequestParameters): StreamableMethod<TestDelete204Response | TestDeleteDefaultResponse>
Parametri
- options
- RequestParameters
Restituisce
get(RequestParameters)
Ottenere i dettagli del test di carico in base al nome del test
function get(options?: RequestParameters): StreamableMethod<TestGet200Response | TestGetDefaultResponse>
Parametri
- options
- RequestParameters
Restituisce
patch(TestCreateOrUpdateParameters)
Creare un nuovo test o aggiornare un test esistente.
function patch(options: TestCreateOrUpdateParameters): StreamableMethod<TestCreateOrUpdate200Response | TestCreateOrUpdate201Response | TestCreateOrUpdateDefaultResponse>
Parametri
- options
- TestCreateOrUpdateParameters