Sdílet prostřednictvím


WebTestLocationsListResponse type

Obsahuje data odpovědi pro operaci výpisu.

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