TestCreateOrUpdateAppComponents interface
Methods
| get(Request |
Get associated app component (collection of azure resources) for the given test. |
| patch(Test |
Associate an app component (collection of azure resources) to a test |
Method Details
get(RequestParameters)
Get associated app component (collection of azure resources) for the given test.
function get(options?: RequestParameters): StreamableMethod<TestListAppComponents200Response | TestListAppComponentsDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(TestCreateOrUpdateAppComponentsParameters)
Associate an app component (collection of azure resources) to a test
function patch(options: TestCreateOrUpdateAppComponentsParameters): StreamableMethod<TestCreateOrUpdateAppComponents200Response | TestCreateOrUpdateAppComponents201Response | TestCreateOrUpdateAppComponentsDefaultResponse>