Condividi tramite


WebTestsListResponse type

Contiene i dati di risposta per l'operazione di elenco.

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