WebTestsListByComponentResponse type
Contient des données de réponse pour l’opération listByComponent.
type WebTestsListByComponentResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}