Udostępnij za pośrednictwem


ComponentsListNextResponse type

Zawiera dane odpowiedzi dla operacji listDalej.

type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentListResult
  }
}