Compartilhar via


WebTestLocationsListResponse type

Contém dados de resposta para a operação de lista.

type WebTestLocationsListResponse =
  ApplicationInsightsWebTestLocationsListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsWebTestLocationsListResult
    }
  }