WebTestsListByComponentResponse type
Enthält Antwortdaten für den ListByComponent-Vorgang.
type WebTestsListByComponentResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}