Description | : Associate an App Component (Azure resource) to a test or test run. |
Reference | : Link ¶ |
⚼ Request
PATCH:
/appcomponents/{name}
{
name:
string
,
api-version:
string
,
body:
}
{
,
resourceId:
string
,
testId:
string
,
testRunId:
string
,
name:
string
,
value:
object
,
}
⚐ Response (200)
{
resourceId:
string
,
testId:
string
,
testRunId:
string
,
name:
string
,
value:
object
,
}
⚐ Response (201)
{
resourceId:
string
,
testId:
string
,
testRunId:
string
,
name:
string
,
value:
object
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]