次の方法で共有


WebTestsListByComponentResponse type

listByComponent 操作の応答データが含まれます。

type WebTestsListByComponentResponse = WebTestListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WebTestListResult
  }
}