共用方式為


ServiceListNextResponse type

包含 listNext 作業的回應資料。

type ServiceListNextResponse = ServiceResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResourceDescriptionList
  }
}