Freigeben über


ComponentsListByResourceGroupNextResponse type

Enthält Antwortdaten für den ListByResourceGroupNext-Vorgang.

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