Condividi tramite


TestCreateOrUpdate interface

Metodi

delete(RequestParameters)

Eliminare un test in base al nome.

get(RequestParameters)

Ottenere i dettagli del test di carico in base al nome del test

patch(TestCreateOrUpdateParameters)

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

Restituisce

get(RequestParameters)

Ottenere i dettagli del test di carico in base al nome del test

function get(options?: RequestParameters): StreamableMethod<TestGet200Response | TestGetDefaultResponse>

Parametri

Restituisce

patch(TestCreateOrUpdateParameters)

Creare un nuovo test o aggiornare un test esistente.

function patch(options: TestCreateOrUpdateParameters): StreamableMethod<TestCreateOrUpdate200Response | TestCreateOrUpdate201Response | TestCreateOrUpdateDefaultResponse>

Parametri

Restituisce