共用方式為


WebTestLocationsListResponse type

包含清單作業的回應資料。

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