Freigeben über


WebTestLocationsListResponse type

Enthält Antwortdaten für den Listenvorgang.

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