LoadTestRunCreateOrUpdateAppComponents interface
Metodi
| get(Request |
Ottiene il componente dell'app associato (raccolta di risorse di Azure) per l'esecuzione di test specificata. |
| patch(Load |
Aggiungere un componente dell'app a un'esecuzione di test specificando l'ID risorsa, il nome e il tipo. |
Dettagli metodo
get(RequestParameters)
Ottiene il componente dell'app associato (raccolta di risorse di Azure) per l'esecuzione di test specificata.
function get(options?: RequestParameters): StreamableMethod<LoadTestRunGetAppComponents200Response | LoadTestRunGetAppComponentsDefaultResponse>
Parametri
- options
- RequestParameters
Valori restituiti
patch(LoadTestRunCreateOrUpdateAppComponentsParameters)
Aggiungere un componente dell'app a un'esecuzione di test specificando l'ID risorsa, il nome e il tipo.
function patch(options: LoadTestRunCreateOrUpdateAppComponentsParameters): StreamableMethod<LoadTestRunCreateOrUpdateAppComponents200Response | LoadTestRunCreateOrUpdateAppComponents201Response | LoadTestRunCreateOrUpdateAppComponentsDefaultResponse>