TestCreateOrUpdateAppComponents interface
Metody
| get(Request |
Pobierz skojarzony składnik aplikacji (kolekcja zasobów platformy Azure) dla danego testu. |
| patch(Test |
Kojarzenie składnika aplikacji (kolekcji zasobów platformy Azure) z testem |
Szczegóły metody
get(RequestParameters)
Pobierz skojarzony składnik aplikacji (kolekcja zasobów platformy Azure) dla danego testu.
function get(options?: RequestParameters): StreamableMethod<TestListAppComponents200Response | TestListAppComponentsDefaultResponse>
Parametry
- options
- RequestParameters
Zwraca
patch(TestCreateOrUpdateAppComponentsParameters)
Kojarzenie składnika aplikacji (kolekcji zasobów platformy Azure) z testem
function patch(options: TestCreateOrUpdateAppComponentsParameters): StreamableMethod<TestCreateOrUpdateAppComponents200Response | TestCreateOrUpdateAppComponents201Response | TestCreateOrUpdateAppComponentsDefaultResponse>