Delen via


WebTestLocationsListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

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