Partager via


WebTestLocationsListResponse type

Contient des données de réponse pour l’opération de liste.

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