Sdílet prostřednictvím


ComponentsListByResourceGroupNextResponse type

Obsahuje data odpovědi pro operaci listByResourceGroupNext.

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